Searched refs:OmpAllMemoryLoc (Results 1 – 4 of 4) sorted by relevance
4899 SourceLocation OmpAllMemoryLoc; member4944 void setOmpAllMemoryLoc(SourceLocation Loc) { Data.OmpAllMemoryLoc = Loc; } in setOmpAllMemoryLoc()4985 SourceLocation getOmpAllMemoryLoc() const { return Data.OmpAllMemoryLoc; } in getOmpAllMemoryLoc()
1067 Clause->setOmpAllMemoryLoc(Data.OmpAllMemoryLoc); in Create()
18162 ColonLoc, Data.OmpAllMemoryLoc}, in ActOnOpenMPVarListClause()21164 {DepKind, DepLoc, Data.ColonLoc, Data.OmpAllMemoryLoc}, DepModifier, Vars, in ActOnOpenMPDependClause()
12385 SourceLocation OmpAllMemoryLoc; member