Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp398 Clause->setArgumentLoc(ArgumentLoc); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h2091 void setArgumentLoc(SourceLocation Loc) { in setArgumentLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11943 C->setArgumentLoc(Record.readSourceLocation()); in VisitOMPUpdateClause()