Home
last modified time | relevance | path

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

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