Lines Matching defs:LParenLoc

1324                            SourceLocation LParenLoc, Sema::ConditionResult Cond,  in RebuildIfStmt()
1336 SourceLocation LParenLoc, Stmt *Init, in RebuildSwitchStmtStart()
1356 StmtResult RebuildWhileStmt(SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildWhileStmt()
1367 SourceLocation WhileLoc, SourceLocation LParenLoc, in RebuildDoStmt()
1377 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in RebuildForStmt()
1577 SourceLocation LParenLoc, in RebuildOMPIfClause()
1591 SourceLocation LParenLoc, in RebuildOMPFinalClause()
1603 SourceLocation LParenLoc, in RebuildOMPNumThreadsClause()
1614 SourceLocation LParenLoc, in RebuildOMPSafelenClause()
1624 SourceLocation LParenLoc, in RebuildOMPSimdlenClause()
1631 SourceLocation LParenLoc, in RebuildOMPSizesClause()
1641 SourceLocation LParenLoc, in RebuildOMPAllocatorClause()
1651 SourceLocation LParenLoc, in RebuildOMPCollapseClause()
1663 SourceLocation LParenLoc, in RebuildOMPDefaultClause()
1676 SourceLocation LParenLoc, in RebuildOMPProcBindClause()
1689 SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, in RebuildOMPScheduleClause()
1702 SourceLocation LParenLoc, Expr *Num) { in RebuildOMPOrderedClause()
1712 SourceLocation LParenLoc, in RebuildOMPPrivateClause()
1724 SourceLocation LParenLoc, in RebuildOMPFirstprivateClause()
1739 SourceLocation LParenLoc, in RebuildOMPLastprivateClause()
1751 SourceLocation LParenLoc, in RebuildOMPSharedClause()
1763 SourceLocation StartLoc, SourceLocation LParenLoc, in RebuildOMPReductionClause()
1779 SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, in RebuildOMPTaskReductionClause()
1794 SourceLocation LParenLoc, SourceLocation ColonLoc, in RebuildOMPInReductionClause()
1810 SourceLocation LParenLoc, in RebuildOMPLinearClause()
1826 SourceLocation LParenLoc, in RebuildOMPAlignedClause()
1839 SourceLocation LParenLoc, in RebuildOMPCopyinClause()
1851 SourceLocation LParenLoc, in RebuildOMPCopyprivateClause()
1863 SourceLocation LParenLoc, in RebuildOMPFlushClause()
1874 SourceLocation LParenLoc, in RebuildOMPDepobjClause()
1888 SourceLocation LParenLoc, SourceLocation EndLoc) { in RebuildOMPDependClause()
1900 SourceLocation LParenLoc, in RebuildOMPDeviceClause()
1930 SourceLocation LParenLoc, in RebuildOMPAllocateClause()
1942 SourceLocation LParenLoc, in RebuildOMPNumTeamsClause()
1954 SourceLocation LParenLoc, in RebuildOMPThreadLimitClause()
1965 SourceLocation LParenLoc, in RebuildOMPPriorityClause()
1976 SourceLocation LParenLoc, in RebuildOMPGrainsizeClause()
1987 SourceLocation LParenLoc, in RebuildOMPNumTasksClause()
1998 SourceLocation LParenLoc, in RebuildOMPHintClause()
2008 SourceLocation LParenLoc, in RebuildOMPDetachClause()
2020 SourceLocation LParenLoc, SourceLocation KindLoc, in RebuildOMPDistScheduleClause()
2092 SourceLocation LParenLoc, in RebuildOMPDefaultmapClause()
2106 SourceLocation LParenLoc, in RebuildOMPNontemporalClause()
2118 SourceLocation LParenLoc, in RebuildOMPInclusiveClause()
2130 SourceLocation LParenLoc, in RebuildOMPExclusiveClause()
2142 SourceLocation LParenLoc, SourceLocation EndLoc) { in RebuildOMPUsesAllocatorsClause()
2152 SourceLocation LParenLoc, in RebuildOMPAffinityClause()
2167 SourceLocation LParenLoc, in RebuildOMPOrderClause()
2180 SourceLocation LParenLoc, in RebuildOMPInitClause()
2193 SourceLocation LParenLoc, in RebuildOMPUseClause()
2204 SourceLocation LParenLoc, in RebuildOMPDestroyClause()
2217 SourceLocation LParenLoc, in RebuildOMPNovariantsClause()
2228 SourceLocation LParenLoc, in RebuildOMPNocontextClause()
2239 SourceLocation LParenLoc, in RebuildOMPFilterClause()
2552 ExprResult RebuildOMPArrayShapingExpr(Expr *Base, SourceLocation LParenLoc, in RebuildOMPArrayShapingExpr()
2679 ExprResult RebuildCStyleCastExpr(SourceLocation LParenLoc, in RebuildCStyleCastExpr()
2691 ExprResult RebuildCompoundLiteralExpr(SourceLocation LParenLoc, in RebuildCompoundLiteralExpr()
2772 ExprResult RebuildParenListExpr(SourceLocation LParenLoc, in RebuildParenListExpr()
2792 ExprResult RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, in RebuildStmtExpr()
2849 SourceLocation LParenLoc, in RebuildCXXNamedCastExpr()
2891 SourceLocation LParenLoc, in RebuildCXXStaticCastExpr()
2908 SourceLocation LParenLoc, in RebuildCXXDynamicCastExpr()
2925 SourceLocation LParenLoc, in RebuildCXXReinterpretCastExpr()
2942 SourceLocation LParenLoc, in RebuildCXXConstCastExpr()
2954 SourceLocation LParenLoc, Expr *SubExpr, in RebuildCXXAddrspaceCastExpr()
2966 SourceLocation LParenLoc, in RebuildCXXFunctionalCastExpr()
3075 SourceLocation LParenLoc, in RebuildCXXScalarValueInitExpr()
3254 SourceLocation LParenLoc, in RebuildCXXUnresolvedConstructExpr()
3681 SourceLocation LParenLoc, Expr *LHS, in RebuildCXXFoldExpr()
12606 SourceLocation LParenLoc = T->getTypeLoc().getEndLoc(); in TransformCXXTemporaryObjectExpr() local