Home
last modified time | relevance | path

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

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