Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h4761 SourceLocation OmpAllMemoryLoc; member
4806 void setOmpAllMemoryLoc(SourceLocation Loc) { Data.OmpAllMemoryLoc = Loc; } in setOmpAllMemoryLoc()
4847 SourceLocation getOmpAllMemoryLoc() const { return Data.OmpAllMemoryLoc; } in getOmpAllMemoryLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1053 Clause->setOmpAllMemoryLoc(Data.OmpAllMemoryLoc); in Create()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11628 SourceLocation OmpAllMemoryLoc; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp17548 ColonLoc, Data.OmpAllMemoryLoc}, in ActOnOpenMPVarListClause()
20466 {DepKind, DepLoc, Data.ColonLoc, Data.OmpAllMemoryLoc}, DepModifier, Vars, in ActOnOpenMPDependClause()