Searched refs:getPreInitStmt (Results 1 – 6 of 6) sorted by relevance
121 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt() function124 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt() function
2804 TRY_TO(TraverseStmt(Node->getPreInitStmt()));
423 if (auto *S = C->getPreInitStmt()) in VistOMPClauseWithPreInit()
34 cast_or_null<DeclStmt>(CPI->getPreInitStmt())) { in emitPreInitStmt()162 cast_or_null<DeclStmt>(CPI->getPreInitStmt())) { in OMPSimdLexicalScope()
6484 Record.AddStmt(C->getPreInitStmt()); in VisitOMPClauseWithPreInit()
3021 if (auto *DS = cast_or_null<DeclStmt>(C->getPreInitStmt())) { in ActOnOpenMPRegionEnd()