Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.h305 const BlockDecl *getBlockDecl() const { return Block; } in getBlockDecl() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDAnalysisDeclContext.h369 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h6367 const BlockDecl *getBlockDecl() const { return TheBlock; } in getBlockDecl() function
6368 BlockDecl *getBlockDecl() { return TheBlock; } in getBlockDecl() function