Searched defs:getStructuredBlock (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenACC.h | 189 Stmt *getStructuredBlock() { return getAssociatedStmt(); } getStructuredBlock() function |
H A D | StmtOpenMP.h | 601 const Stmt *getStructuredBlock() const { getStructuredBlock() function |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtOpenMP.cpp | 69 Stmt *OMPExecutableDirective::getStructuredBlock() { in getStructuredBlock() function in OMPExecutableDirective |