Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h692 SourceLocation NameModifierLoc; variable
701 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc()
721 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in OMPIfClause() argument
726 NameModifierLoc(NameModifierLoc) { in OMPIfClause()
751 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h872 SourceLocation NameModifierLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5079 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local
5094 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses()
5143 for (SourceLocation Loc : NameModifierLoc) { in checkIfClauses()
15762 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument
15790 LParenLoc, NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
H A DTreeTransform.h1694 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument
1698 NameModifier, Condition, StartLoc, LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()