Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h7317 void setKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setKindKwLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12940 C->setKindKwLoc(Record.readSourceLocation()); in VisitOMPOrderClause()