• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching defs:StartLoc

305                                            SourceLocation StartLoc,
310 new (Mem) OMPOrderedClause(Num, NumLoops, StartLoc, LParenLoc, EndLoc);
355 SourceLocation StartLoc,
357 return new (C) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/false);
361 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc,
368 new (Mem) OMPUpdateClause(StartLoc, EndLoc, /*IsExtended=*/true);
394 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
400 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
425 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc,
431 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
474 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
481 StartLoc, LParenLoc, EndLoc, LPKind, LPKindLoc, ColonLoc, VL.size());
498 SourceLocation StartLoc,
504 new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size());
546 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
556 StartLoc, LParenLoc, Modifier, ModifierLoc, ColonLoc, EndLoc, VL.size());
591 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc,
596 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
631 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
636 new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size());
672 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
677 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size());
745 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
756 OMPReductionClause(StartLoc, LParenLoc, ModifierLoc, EndLoc, ColonLoc,
818 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
826 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
880 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc,
888 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
907 OMPAllocateClause::Create(const ASTContext &C, SourceLocation StartLoc,
913 auto *Clause = new (Mem) OMPAllocateClause(StartLoc, LParenLoc, Allocator,
926 SourceLocation StartLoc,
932 new (Mem) OMPFlushClause(StartLoc, LParenLoc, EndLoc, VL.size());
943 SourceLocation StartLoc,
947 auto *Clause = new (C) OMPDepobjClause(StartLoc, LParenLoc, RParenLoc);
957 OMPDependClause::Create(const ASTContext &C, SourceLocation StartLoc,
966 OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size(), NumLoops);
1348 SourceLocation StartLoc,
1355 new (Mem) OMPNontemporalClause(StartLoc, LParenLoc, EndLoc, VL.size());
1373 SourceLocation StartLoc,
1379 new (Mem) OMPInclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size());
1391 SourceLocation StartLoc,
1397 new (Mem) OMPExclusiveClause(StartLoc, LParenLoc, EndLoc, VL.size());
1452 OMPUsesAllocatorsClause::Create(const ASTContext &C, SourceLocation StartLoc,
1459 OMPUsesAllocatorsClause(StartLoc, LParenLoc, EndLoc, Data.size());
1473 OMPAffinityClause::Create(const ASTContext &C, SourceLocation StartLoc,
1479 OMPAffinityClause(StartLoc, LParenLoc, ColonLoc, EndLoc, Locators.size());