Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4803 SourceLocation OmpAllMemoryLoc; member
4848 void setOmpAllMemoryLoc(SourceLocation Loc) { Data.OmpAllMemoryLoc = Loc; } in setOmpAllMemoryLoc()
4889 SourceLocation getOmpAllMemoryLoc() const { return Data.OmpAllMemoryLoc; } in getOmpAllMemoryLoc()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1062 Clause->setOmpAllMemoryLoc(Data.OmpAllMemoryLoc); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11990 SourceLocation OmpAllMemoryLoc; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17828 ColonLoc, Data.OmpAllMemoryLoc}, in ActOnOpenMPVarListClause()
20749 {DepKind, DepLoc, Data.ColonLoc, Data.OmpAllMemoryLoc}, DepModifier, Vars, in ActOnOpenMPDependClause()