Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DAnalysisContext.h177 getReferencedBlockVars(const BlockDecl *BD);
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp576 AnalysisDeclContext::getReferencedBlockVars(const BlockDecl *BD) { in getReferencedBlockVars() function in AnalysisDeclContext
DLiveVariables.cpp359 LV.analysisContext.getReferencedBlockVars(BE->getBlockDecl())) { in VisitBlockExpr()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1445 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars()