Lines Matching refs:EndLoc
592 SourceLocation EndLoc = in AnalyzeAsmString() local
595 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc)); in AnalyzeAsmString()
626 SourceLocation EndLoc = in AnalyzeAsmString() local
629 Pieces.push_back(AsmStringPiece(N, Str, BeginLoc, EndLoc)); in AnalyzeAsmString()
721 EndLoc(endloc), NumAsmToks(asmtoks.size()) { in MSAsmStmt()
1192 SourceLocation LParenLoc, SourceLocation EndLoc, in Create() argument
1199 new (Mem) OMPPrivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1227 SourceLocation LParenLoc, SourceLocation EndLoc, in Create() argument
1234 new (Mem) OMPFirstprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1279 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
1285 new (Mem) OMPLastprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1304 SourceLocation EndLoc, in Create() argument
1310 EndLoc, VL.size()); in Create()
1344 SourceLocation EndLoc, ArrayRef<Expr *> VL, in Create() argument
1352 OMPLinearClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size()); in Create()
1379 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create() argument
1384 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size()); in Create()
1422 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
1428 EndLoc, VL.size()); in Create()
1468 SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, in Create() argument
1474 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1537 SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, in Create() argument
1545 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo); in Create()
1564 SourceLocation EndLoc, in Create() argument
1570 new (Mem) OMPFlushClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create()
1600 SourceLocation EndLoc, in Create() argument
1607 OMPParallelDirective *Dir = new (Mem) OMPParallelDirective(StartLoc, EndLoc, in Create()
1626 SourceLocation EndLoc, unsigned CollapsedNum, in Create() argument
1635 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1665 SourceLocation EndLoc, unsigned CollapsedNum, in Create() argument
1674 new (Mem) OMPForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1711 SourceLocation EndLoc, unsigned CollapsedNum, in Create() argument
1720 OMPForSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1756 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1763 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1781 SourceLocation EndLoc, in Create() argument
1786 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); in Create()
1801 SourceLocation EndLoc, in Create() argument
1809 new (Mem) OMPSingleDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1827 SourceLocation EndLoc, in Create() argument
1832 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc); in Create()
1847 SourceLocation StartLoc, SourceLocation EndLoc, Stmt *AssociatedStmt) { in Create() argument
1852 new (Mem) OMPCriticalDirective(Name, StartLoc, EndLoc); in Create()
1866 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1875 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1910 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1919 StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1955 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
1962 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()
1980 SourceLocation EndLoc, in Create() argument
1988 new (Mem) OMPTaskDirective(StartLoc, EndLoc, Clauses.size()); in Create()
2006 SourceLocation EndLoc) { in Create() argument
2009 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()
2021 SourceLocation EndLoc) { in Create() argument
2023 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc); in Create()
2035 SourceLocation EndLoc) { in Create() argument
2037 OMPTaskwaitDirective *Dir = new (Mem) OMPTaskwaitDirective(StartLoc, EndLoc); in Create()
2049 SourceLocation EndLoc, in Create() argument
2055 new (Mem) OMPFlushDirective(StartLoc, EndLoc, Clauses.size()); in Create()
2071 SourceLocation EndLoc, in Create() argument
2076 OMPOrderedDirective *Dir = new (Mem) OMPOrderedDirective(StartLoc, EndLoc); in Create()
2090 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() argument
2098 new (Mem) OMPAtomicDirective(StartLoc, EndLoc, Clauses.size()); in Create()
2122 SourceLocation EndLoc, in Create() argument
2130 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size()); in Create()
2148 SourceLocation EndLoc, in Create() argument
2156 new (Mem) OMPTeamsDirective(StartLoc, EndLoc, Clauses.size()); in Create()