Home
last modified time | relevance | path

Searched refs:OmpAllMemoryLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1110 SourceLocation OmpAllMemoryLoc; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4939 SourceLocation OmpAllMemoryLoc; member
4984 void setOmpAllMemoryLoc(SourceLocation Loc) { Data.OmpAllMemoryLoc = Loc; } in setOmpAllMemoryLoc()
5025 SourceLocation getOmpAllMemoryLoc() const { return Data.OmpAllMemoryLoc; } in getOmpAllMemoryLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1067 Clause->setOmpAllMemoryLoc(Data.OmpAllMemoryLoc); in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16955 ColonLoc, Data.OmpAllMemoryLoc}, in ActOnOpenMPVarListClause()
19985 {DepKind, DepLoc, Data.ColonLoc, Data.OmpAllMemoryLoc}, DepModifier, Vars, in ActOnOpenMPDependClause()