Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h208 SourceLocation NameModifierLoc; variable
218 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc()
236 SourceLocation NameModifierLoc, SourceLocation ColonLoc, in OMPIfClause() argument
240 NameModifierLoc(NameModifierLoc) {} in OMPIfClause()
247 NameModifierLoc() {} in OMPIfClause()
263 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3304 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local
3316 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses()
3371 for (auto Loc : NameModifierLoc) { in checkIfClauses()
7336 SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument
7351 NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
DTreeTransform.h1401 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument
1405 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
/external/clang/include/clang/Sema/
DSema.h8258 SourceLocation NameModifierLoc,