Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7888 void setModifierKwLoc(SourceLocation MLoc) { ModifierKwLoc = MLoc; } in setModifierKwLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11778 C->setModifierKwLoc(Record.readSourceLocation()); in VisitOMPOrderClause()