Home
last modified time | relevance | path

Searched refs:setKindLoc (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DOpenMPClause.h3001 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc() function
/src/contrib/llvm-project/clang/lib/Serialization/ !
H A DASTReader.cpp11053 C->setKindLoc(Record.readSourceLocation()); in VisitOMPLastprivateClause()