Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1349 const Stmt *getPreInits() const { in getPreInits() function
1352 Stmt *getPreInits() { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
5635 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
5708 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
5772 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
5846 Stmt *getPreInits() const { return Data->getChildren()[PreInitsOffset]; } in getPreInits() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp387 Stmt *OMPLoopTransformationDirective::getPreInits() const { in getPreInits() function in OMPLoopTransformationDirective