Searched refs:getPreInits (Results 1 – 5 of 5) sorted by relevance
638 const Stmt *getPreInits() const { in getPreInits() function641 Stmt *getPreInits() { return *std::next(child_begin(), PreInitsOffset); } in getPreInits() function
945 const Stmt *getPreInits() const { in getPreInits() function948 Stmt *getPreInits() { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
2187 Record.AddStmt(D->getPreInits()); in VisitOMPLoopDirective()
89 if (auto *PreInits = cast_or_null<DeclStmt>(LD->getPreInits())) { in emitPreInitStmt()
179 if (const auto *PreInits = cast_or_null<DeclStmt>(S.getPreInits())) { in emitPreInitStmt()