Searched refs:ReferencedBlockVars (Results 1 – 3 of 3) sorted by relevance
664 if (!ReferencedBlockVars) in getReferencedBlockVars()665 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>(); in getReferencedBlockVars()668 LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A); in getReferencedBlockVars()687 delete ReferencedBlockVars; in ~AnalysisDeclContext()
1700 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars() local1702 std::distance(ReferencedBlockVars.begin(), ReferencedBlockVars.end()); in LazyInitializeReferencedVars()1718 for (const auto *VD : ReferencedBlockVars) { in LazyInitializeReferencedVars()
92 llvm::DenseMap<const BlockDecl *, void *> *ReferencedBlockVars = nullptr; variable