Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h256 SourceLocation NameModifierLoc; variable
265 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; } in setNameModifierLoc()
285 SourceLocation LParenLoc, SourceLocation NameModifierLoc, in OMPIfClause() argument
289 NameModifier(NameModifier), NameModifierLoc(NameModifierLoc) { in OMPIfClause()
314 SourceLocation getNameModifierLoc() const { return NameModifierLoc; } in getNameModifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3274 SmallVector<SourceLocation, 4> NameModifierLoc; in checkIfClauses() local
3286 NameModifierLoc.push_back(IC->getNameModifierLoc()); in checkIfClauses()
3341 for (SourceLocation Loc : NameModifierLoc) { in checkIfClauses()
8831 SourceLocation NameModifierLoc, in ActOnOpenMPIfClause() argument
8859 LParenLoc, NameModifierLoc, ColonLoc, EndLoc); in ActOnOpenMPIfClause()
H A DTreeTransform.h1497 SourceLocation NameModifierLoc, in RebuildOMPIfClause() argument
1501 LParenLoc, NameModifierLoc, ColonLoc, in RebuildOMPIfClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9116 SourceLocation NameModifierLoc,