Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h521 SourceLocation NameModifierLoc; variable
530 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc()
550 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in OMPIfClause() argument
555 NameModifierLoc(NameModifierLoc) { in OMPIfClause()
580 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5212 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local
5224 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses()
5272 for (SourceLocation Loc : NameModifierLoc) { in checkIfClauses()
16074 SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument
16102 LParenLoc, NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
H A DTreeTransform.h1602 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument
1606 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11395 SourceLocation NameModifierLoc,