Home
last modified time | relevance | path

Searched defs:getBlockDecl (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h243 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h357 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h4548 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
4549 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function