Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h543 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 DSemaOpenMP.cpp5276 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 DTreeTransform.h1643 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument
1647 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11733 SourceLocation NameModifierLoc,