Searched refs:ReferencedBlockVars (Results 1 – 3 of 3) sorted by relevance
47 ReferencedBlockVars(nullptr), in AnalysisDeclContext()60 ReferencedBlockVars(nullptr), in AnalysisDeclContext()552 if (!ReferencedBlockVars) in getReferencedBlockVars()553 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>(); in getReferencedBlockVars()556 LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A); in getReferencedBlockVars()575 delete ReferencedBlockVars; in ~AnalysisDeclContext()
1391 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars() local1393 std::distance(ReferencedBlockVars.begin(), ReferencedBlockVars.end()); in LazyInitializeReferencedVars()1410 for (const VarDecl *VD : ReferencedBlockVars) { in LazyInitializeReferencedVars()
86 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars; variable