Searched defs:getPreInits (Results 1 – 2 of 2) sorted by relevance
1349 const Stmt *getPreInits() const { in getPreInits() function1352 Stmt *getPreInits() { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function5635 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function5708 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function5772 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function5846 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
387 Stmt *OMPLoopTransformationDirective::getPreInits() const { in getPreInits() function in OMPLoopTransformationDirective