HomeSort by: relevance | last modified time | path
    Searched refs:getStructuredBlock (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 608 ED->getStructuredBlock()->getBeginLoc());
609 BuildScopeInformation(ED->getStructuredBlock(), NewParentScope);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 705 Visit(ED->getStructuredBlock());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 582 const Stmt *getStructuredBlock() const {
583 return const_cast<OMPExecutableDirective *>(this)->getStructuredBlock();
585 Stmt *getStructuredBlock();
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 7886 return InnerMatcher.matches(*Node.getStructuredBlock(), Finder, Builder);
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 69 Stmt *OMPExecutableDirective::getStructuredBlock() {

Completed in 32 milliseconds