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