Searched defs:getBlockDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.h216 const BlockDecl *getBlockDecl() const { return Block; } function in class:clang::CodeGen::CGBlockInfo
219 assert(BlockExpression->getBlockDecl() == Block);
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h329 const BlockDecl *getBlockDecl() const { return BD; } function in class:clang::BlockInvocationContext
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h462 const BlockDecl *getBlockDecl() const { function in class:clang::ento::BlockCall
470 return RuntimeDefinition(getBlockDecl());
/external/clang/include/clang/AST/
H A DExpr.h4268 const BlockDecl *getBlockDecl() const { return TheBlock; } function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::BlockExpr
4269 BlockDecl *getBlockDecl() { return TheBlock; } function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::BlockExpr

Completed in 162 milliseconds