Home
last modified time | relevance | path

Searched refs:getReferencedBlockVars (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h174 getReferencedBlockVars(const BlockDecl *BD);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp663 AnalysisDeclContext::getReferencedBlockVars(const BlockDecl *BD) { in getReferencedBlockVars() function in AnalysisDeclContext
H A DLiveVariables.cpp373 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) { in VisitBlockExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1700 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars()