Searched refs:getPreInits (Results 1 – 3 of 3) sorted by relevance
813 const Stmt *getPreInits() const { in getPreInits() function816 Stmt *getPreInits() { return *std::next(child_begin(), PreInitsOffset); } in getPreInits() function
1902 Record.AddStmt(D->getPreInits()); in VisitOMPLoopDirective()
131 if (const auto *PreInits = cast_or_null<DeclStmt>(S.getPreInits())) { in emitPreInitStmt()