Searched refs:NameModifierLoc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 543 SourceLocation NameModifierLoc; variable 552 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc() 572 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in OMPIfClause() argument 577 NameModifierLoc(NameModifierLoc) { in OMPIfClause() 602 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 5276 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local 5288 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses() 5336 for (SourceLocation Loc : NameModifierLoc) { in checkIfClauses() 16249 SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument 16277 LParenLoc, NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
|
| H A D | TreeTransform.h | 1643 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument 1647 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 11733 SourceLocation NameModifierLoc,
|