Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1067 Clause->setOmpAllMemoryLoc(Data.OmpAllMemoryLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4984 void setOmpAllMemoryLoc(SourceLocation Loc) { Data.OmpAllMemoryLoc = Loc; } in setOmpAllMemoryLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11266 C->setOmpAllMemoryLoc(Record.readSourceLocation()); in VisitOMPDependClause()