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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h363 const BlockDecl *getBlockDecl() const { return BD; } function in class:clang::BlockInvocationContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h276 const BlockDecl *getBlockDecl() const { return Block; } function in class:clang::CodeGen::CGBlockInfo
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5808 const BlockDecl *getBlockDecl() const { return TheBlock; } function in class:clang::final::final::BlockExpr
5809 BlockDecl *getBlockDecl() { return TheBlock; } function in class:clang::final::final::BlockExpr

Completed in 57 milliseconds