Searched refs:NameModifierLoc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 445 SourceLocation NameModifierLoc; variable 454 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc() 474 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in OMPIfClause() argument 479 NameModifierLoc(NameModifierLoc) { in OMPIfClause() 504 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 4899 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local 4911 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses() 4966 for (SourceLocation Loc : NameModifierLoc) { in checkIfClauses() 13702 SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument 13730 LParenLoc, NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
|
H A D | TreeTransform.h | 1578 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument 1582 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 10835 SourceLocation NameModifierLoc,
|