Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2719 void setKindLoc(SourceLocation Loc) { LPKindLoc = Loc; } in setKindLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp12258 C->setKindLoc(Record.readSourceLocation()); in VisitOMPLastprivateClause()