Home
last modified time | relevance | path

Searched refs:setArgumentLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp410 Clause->setArgumentLoc(ArgumentLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2133 void setArgumentLoc(SourceLocation Loc) { in setArgumentLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10851 C->setArgumentLoc(Record.readSourceLocation()); in VisitOMPUpdateClause()