Home
last modified time | relevance | path

Searched defs:getPreInits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1348 const Stmt *getPreInits() const { getPreInits() function
1351 Stmt *getPreInits() { return Data->getChildren()[PreInitsOffset]; } getPreInits() function
5634 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } getPreInits() function
5707 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } getPreInits() function
/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp387 Stmt *OMPLoopTransformationDirective::getPreInits() const { getPreInits() function in OMPLoopTransformationDirective