Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h305 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h369 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6367 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
6368 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function