Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h171 SourceLocation NameModifierLoc; variable
181 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc()
199 SourceLocation NameModifierLoc, SourceLocation ColonLoc, in OMPIfClause() argument
203 NameModifierLoc(NameModifierLoc) {} in OMPIfClause()
210 NameModifierLoc() {} in OMPIfClause()
226 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2391 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local
2403 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses()
2458 for (auto Loc : NameModifierLoc) { in checkIfClauses()
5631 SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument
5647 NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
DTreeTransform.h1389 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument
1393 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
/external/clang/include/clang/Sema/
DSema.h7984 SourceLocation NameModifierLoc,