Lines Matching refs:buildPreInits

9499 static Stmt *buildPreInits(ASTContext &Context,  in buildPreInits()  function
9530 buildPreInits(ASTContext &Context, in buildPreInits() function
9536 return buildPreInits(Context, PreInits); in buildPreInits()
9542 static Stmt *buildPreInits(ASTContext &Context, ArrayRef<Stmt *> PreInits) { in buildPreInits() function
10246 Built.PreInits = buildPreInits(C, Captures); in checkOpenMPLoop()
14394 buildPreInits(Context, PreInits)); in ActOnOpenMPTileDirective()
14674 buildPreInits(Context, PreInits)); in ActOnOpenMPUnrollDirective()
14861 buildPreInits(Context, PreInits)); in ActOnOpenMPReverseDirective()
15013 buildPreInits(Context, PreInits)); in ActOnOpenMPInterchangeDirective()
15300 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPIfClause()
15333 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPFinalClause()
15422 *HelperValStmt = buildPreInits(SemaRef.Context, Captures); in isNonNegativeIntegerValue()
15449 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPNumThreadsClause()
16313 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPScheduleClause()
16821 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPNovariantsClause()
16853 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPNocontextClause()
16876 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPFilterClause()
17532 buildPreInits(getASTContext(), ExprCaptures)); in ActOnOpenMPFirstprivateClause()
17715 buildPreInits(getASTContext(), ExprCaptures), in ActOnOpenMPLastprivateClause()
18983 buildPreInits(getASTContext(), RD.ExprCaptures), in ActOnOpenMPReductionClause()
19003 buildPreInits(getASTContext(), RD.ExprCaptures), in ActOnOpenMPTaskReductionClause()
19023 buildPreInits(getASTContext(), RD.ExprCaptures), in ActOnOpenMPInReductionClause()
19220 buildPreInits(getASTContext(), ExprCaptures), in ActOnOpenMPLinearClause()
20040 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPDeviceClause()
21729 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPNumTeamsClause()
21757 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPThreadLimitClause()
21975 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPDistScheduleClause()
23191 HelperValStmt = buildPreInits(getASTContext(), Captures); in ActOnOpenMPXDynCGroupMemClause()