Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h281 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h379 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5196 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
5197 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function