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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 276 Scope *getBlockParent() { return BlockParent; }
277 const Scope *getBlockParent() const { return BlockParent; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 147 getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
ParseExpr.cpp 2813 if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) {
ParseDecl.cpp 3142 if (getCurScope()->getFnParent() || getCurScope()->getBlockParent())

Completed in 43 milliseconds