HomeSort by: relevance | last modified time | path
    Searched defs:getBlockDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 363 const BlockDecl *getBlockDecl() const { return BD; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 276 const BlockDecl *getBlockDecl() const { return Block; }
279 assert(BlockExpression->getBlockDecl() == Block);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5903 const BlockDecl *getBlockDecl() const { return TheBlock; }
5904 BlockDecl *getBlockDecl() { return TheBlock; }

Completed in 73 milliseconds