Home
last modified time | relevance | path

Searched refs:getStructuredBlock (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp608 ED->getStructuredBlock()->getBeginLoc()); in BuildScopeInformation()
609 BuildScopeInformation(ED->getStructuredBlock(), NewParentScope); in BuildScopeInformation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp705 Visit(ED->getStructuredBlock()); in VisitOMPExecutableDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h582 const Stmt *getStructuredBlock() const { in getStructuredBlock() function
583 return const_cast<OMPExecutableDirective *>(this)->getStructuredBlock(); in getStructuredBlock()
585 Stmt *getStructuredBlock();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp69 Stmt *OMPExecutableDirective::getStructuredBlock() { in getStructuredBlock() function in OMPExecutableDirective
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7886 return InnerMatcher.matches(*Node.getStructuredBlock(), Finder, Builder); in AST_MATCHER_P()