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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h441 SourceLocation NameModifierLoc; member in class:clang::OMPIfClause
450 void setNameModifierLoc(SourceLocation Loc) { NameModifierLoc = Loc; }
465 /// \param NameModifierLoc Location of directive name modifier.
470 SourceLocation LParenLoc, SourceLocation NameModifierLoc,
474 NameModifier(NameModifier), NameModifierLoc(NameModifierLoc) {
499 SourceLocation getNameModifierLoc() const { return NameModifierLoc; }
468 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation NameModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4220 SmallVector<SourceLocation, 4> NameModifierLoc;
4232 NameModifierLoc.push_back(IC->getNameModifierLoc());
4287 for (SourceLocation Loc : NameModifierLoc) {
11511 SourceLocation NameModifierLoc,
11539 LParenLoc, NameModifierLoc, ColonLoc, EndLoc);
H A DTreeTransform.h1537 SourceLocation NameModifierLoc,
1541 LParenLoc, NameModifierLoc, ColonLoc,
1534 RebuildOMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Condition, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation NameModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10208 SourceLocation NameModifierLoc,

Completed in 335 milliseconds