Home
last modified time | relevance | path

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

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