Searched defs:getPreInits (Results 1 – 2 of 2) sorted by relevance
1333 const Stmt *getPreInits() const { in getPreInits() function1336 Stmt *getPreInits() { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function5562 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function5635 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
385 Stmt *OMPLoopTransformationDirective::getPreInits() const { in getPreInits() function in OMPLoopTransformationDirective