Lines Matching defs:StartLoc
1512 SourceLocation StartLoc, SourceLocation EndLoc) {
1514 return getSema().ActOnDeclStmt(DG, StartLoc, EndLoc);
1677 Stmt *AStmt, SourceLocation StartLoc,
1681 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc);
1689 SourceLocation StartLoc,
1693 Kind, DirName, Clauses, AStmt, StartLoc, EndLoc);
1701 Expr *Condition, SourceLocation StartLoc,
1707 NameModifier, Condition, StartLoc, LParenLoc, NameModifierLoc, ColonLoc,
1715 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc,
1718 return getSema().OpenMP().ActOnOpenMPFinalClause(Condition, StartLoc,
1727 SourceLocation StartLoc,
1730 return getSema().OpenMP().ActOnOpenMPNumThreadsClause(NumThreads, StartLoc,
1738 OMPClause *RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc,
1741 return getSema().OpenMP().ActOnOpenMPSafelenClause(Len, StartLoc, LParenLoc,
1749 OMPClause *RebuildOMPSimdlenClause(Expr *Len, SourceLocation StartLoc,
1752 return getSema().OpenMP().ActOnOpenMPSimdlenClause(Len, StartLoc, LParenLoc,
1757 SourceLocation StartLoc,
1760 return getSema().OpenMP().ActOnOpenMPSizesClause(Sizes, StartLoc, LParenLoc,
1766 SourceLocation StartLoc,
1769 return getSema().OpenMP().ActOnOpenMPPermutationClause(PermExprs, StartLoc,
1774 OMPClause *RebuildOMPFullClause(SourceLocation StartLoc,
1776 return getSema().OpenMP().ActOnOpenMPFullClause(StartLoc, EndLoc);
1780 OMPClause *RebuildOMPPartialClause(Expr *Factor, SourceLocation StartLoc,
1783 return getSema().OpenMP().ActOnOpenMPPartialClause(Factor, StartLoc,
1791 OMPClause *RebuildOMPAllocatorClause(Expr *A, SourceLocation StartLoc,
1794 return getSema().OpenMP().ActOnOpenMPAllocatorClause(A, StartLoc, LParenLoc,
1802 OMPClause *RebuildOMPCollapseClause(Expr *Num, SourceLocation StartLoc,
1805 return getSema().OpenMP().ActOnOpenMPCollapseClause(Num, StartLoc,
1814 SourceLocation StartLoc,
1818 Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
1827 SourceLocation StartLoc,
1831 Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
1840 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc,
1844 M1, M2, Kind, ChunkSize, StartLoc, LParenLoc, M1Loc, M2Loc, KindLoc,
1852 OMPClause *RebuildOMPOrderedClause(SourceLocation StartLoc,
1855 return getSema().OpenMP().ActOnOpenMPOrderedClause(StartLoc, EndLoc,
1864 SourceLocation StartLoc,
1867 return getSema().OpenMP().ActOnOpenMPPrivateClause(VarList, StartLoc,
1876 SourceLocation StartLoc,
1879 return getSema().OpenMP().ActOnOpenMPFirstprivateClause(VarList, StartLoc,
1891 SourceLocation StartLoc,
1895 VarList, LPKind, LPKindLoc, ColonLoc, StartLoc, LParenLoc, EndLoc);
1903 SourceLocation StartLoc,
1906 return getSema().OpenMP().ActOnOpenMPSharedClause(VarList, StartLoc,
1916 SourceLocation StartLoc, SourceLocation LParenLoc,
1922 VarList, Modifier, StartLoc, LParenLoc, ModifierLoc, ColonLoc, EndLoc,
1931 ArrayRef<Expr *> VarList, SourceLocation StartLoc,
1937 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec,
1946 RebuildOMPInReductionClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc,
1953 VarList, StartLoc, LParenLoc, ColonLoc, EndLoc, ReductionIdScopeSpec,
1962 ArrayRef<Expr *> VarList, Expr *Step, SourceLocation StartLoc,
1967 VarList, Step, StartLoc, LParenLoc, Modifier, ModifierLoc, ColonLoc,
1976 SourceLocation StartLoc,
1981 VarList, Alignment, StartLoc, LParenLoc, ColonLoc, EndLoc);
1989 SourceLocation StartLoc,
1992 return getSema().OpenMP().ActOnOpenMPCopyinClause(VarList, StartLoc,
2001 SourceLocation StartLoc,
2004 return getSema().OpenMP().ActOnOpenMPCopyprivateClause(VarList, StartLoc,
2013 SourceLocation StartLoc,
2016 return getSema().OpenMP().ActOnOpenMPFlushClause(VarList, StartLoc,
2024 OMPClause *RebuildOMPDepobjClause(Expr *Depobj, SourceLocation StartLoc,
2027 return getSema().OpenMP().ActOnOpenMPDepobjClause(Depobj, StartLoc,
2037 SourceLocation StartLoc,
2041 Data, DepModifier, VarList, StartLoc, LParenLoc, EndLoc);
2049 Expr *Device, SourceLocation StartLoc,
2054 Modifier, Device, StartLoc, LParenLoc, ModifierLoc, EndLoc);
2085 ArrayRef<Expr *> VarList, SourceLocation StartLoc,
2090 SecondModifierLoc, VarList, StartLoc, LParenLoc, ColonLoc, EndLoc);
2098 SourceLocation StartLoc,
2101 return getSema().OpenMP().ActOnOpenMPNumTeamsClause(VarList, StartLoc,
2110 SourceLocation StartLoc,
2113 return getSema().OpenMP().ActOnOpenMPThreadLimitClause(VarList, StartLoc,
2121 OMPClause *RebuildOMPPriorityClause(Expr *Priority, SourceLocation StartLoc,
2124 return getSema().OpenMP().ActOnOpenMPPriorityClause(Priority, StartLoc,
2133 Expr *Device, SourceLocation StartLoc,
2138 Modifier, Device, StartLoc, LParenLoc, ModifierLoc, EndLoc);
2146 Expr *NumTasks, SourceLocation StartLoc,
2151 Modifier, NumTasks, StartLoc, LParenLoc, ModifierLoc, EndLoc);
2158 OMPClause *RebuildOMPHintClause(Expr *Hint, SourceLocation StartLoc,
2161 return getSema().OpenMP().ActOnOpenMPHintClause(Hint, StartLoc, LParenLoc,
2169 OMPClause *RebuildOMPDetachClause(Expr *Evt, SourceLocation StartLoc,
2172 return getSema().OpenMP().ActOnOpenMPDetachClause(Evt, StartLoc, LParenLoc,
2182 Expr *ChunkSize, SourceLocation StartLoc,
2186 Kind, ChunkSize, StartLoc, LParenLoc, KindLoc, CommaLoc, EndLoc);
2263 SourceLocation StartLoc,
2269 M, Kind, StartLoc, LParenLoc, MLoc, KindLoc, EndLoc);
2277 SourceLocation StartLoc,
2280 return getSema().OpenMP().ActOnOpenMPNontemporalClause(VarList, StartLoc,
2289 SourceLocation StartLoc,
2292 return getSema().OpenMP().ActOnOpenMPInclusiveClause(VarList, StartLoc,
2301 SourceLocation StartLoc,
2304 return getSema().OpenMP().ActOnOpenMPExclusiveClause(VarList, StartLoc,
2313 ArrayRef<SemaOpenMP::UsesAllocatorsData> Data, SourceLocation StartLoc,
2316 StartLoc, LParenLoc, EndLoc, Data);
2323 OMPClause *RebuildOMPAffinityClause(SourceLocation StartLoc,
2329 StartLoc, LParenLoc, ColonLoc, EndLoc, Modifier, Locators);
2338 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc,
2341 Modifier, Kind, StartLoc, LParenLoc, ModifierKwLoc, KindKwLoc, EndLoc);
2349 SourceLocation StartLoc,
2354 InteropVar, InteropInfo, StartLoc, LParenLoc, VarLoc, EndLoc);
2361 OMPClause *RebuildOMPUseClause(Expr *InteropVar, SourceLocation StartLoc,
2364 return getSema().OpenMP().ActOnOpenMPUseClause(InteropVar, StartLoc,
2372 OMPClause *RebuildOMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc,
2377 InteropVar, StartLoc, LParenLoc, VarLoc, EndLoc);
2385 SourceLocation StartLoc,
2388 return getSema().OpenMP().ActOnOpenMPNovariantsClause(Condition, StartLoc,
2396 OMPClause *RebuildOMPNocontextClause(Expr *Condition, SourceLocation StartLoc,
2399 return getSema().OpenMP().ActOnOpenMPNocontextClause(Condition, StartLoc,
2407 OMPClause *RebuildOMPFilterClause(Expr *ThreadID, SourceLocation StartLoc,
2410 return getSema().OpenMP().ActOnOpenMPFilterClause(ThreadID, StartLoc,
2420 SourceLocation StartLoc,
2423 return getSema().OpenMP().ActOnOpenMPBindClause(Kind, KindLoc, StartLoc,
2431 OMPClause *RebuildOMPXDynCGroupMemClause(Expr *Size, SourceLocation StartLoc,
2434 return getSema().OpenMP().ActOnOpenMPXDynCGroupMemClause(Size, StartLoc,
2443 SourceLocation StartLoc,
2446 return getSema().OpenMP().ActOnOpenMPXAttributeClause(Attrs, StartLoc,
2454 OMPClause *RebuildOMPXBareClause(SourceLocation StartLoc,
2456 return getSema().OpenMP().ActOnOpenMPXBareClause(StartLoc, EndLoc);
2463 OMPClause *RebuildOMPAlignClause(Expr *A, SourceLocation StartLoc,
2466 return getSema().OpenMP().ActOnOpenMPAlignClause(A, StartLoc, LParenLoc,
2475 SourceLocation StartLoc,
2478 return getSema().OpenMP().ActOnOpenMPAtClause(Kind, KwLoc, StartLoc,
2488 SourceLocation StartLoc,
2491 return getSema().OpenMP().ActOnOpenMPSeverityClause(Kind, KwLoc, StartLoc,
2499 OMPClause *RebuildOMPMessageClause(Expr *MS, SourceLocation StartLoc,
2502 return getSema().OpenMP().ActOnOpenMPMessageClause(MS, StartLoc, LParenLoc,
2513 ArrayRef<Expr *> VarList, SourceLocation StartLoc,
2516 DepType, DepLoc, ColonLoc, VarList, StartLoc, LParenLoc, EndLoc);
2520 OMPClause *RebuildOMPHoldsClause(Expr *A, SourceLocation StartLoc,
2523 return getSema().OpenMP().ActOnOpenMPHoldsClause(A, StartLoc, LParenLoc,
2578 SourceLocation StartLoc,
2582 StartLoc, IdLoc, Id);
3440 ExprResult RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal,
3448 return getSema().BuildCXXNew(StartLoc, UseGlobal,
3464 ExprResult RebuildCXXDeleteExpr(SourceLocation StartLoc,
3468 return getSema().ActOnCXXDelete(StartLoc, IsGlobalDelete, IsArrayForm,
3477 SourceLocation StartLoc,
3480 return getSema().BuildTypeTrait(Trait, StartLoc, Args, RParenLoc);
3488 SourceLocation StartLoc,
3492 return getSema().BuildArrayTypeTrait(Trait, StartLoc, TSInfo, DimExpr, RParenLoc);
3500 SourceLocation StartLoc,
3503 return getSema().BuildExpressionTrait(Trait, StartLoc, Queried, RParenLoc);
4053 ExprResult RebuildLambdaExpr(SourceLocation StartLoc, SourceLocation EndLoc,
4064 return getSema().BuildLambdaExpr(StartLoc, EndLoc, LSI);