Searched refs:ReferencedBlockVars (Results 1 – 2 of 2) sorted by relevance
47 ReferencedBlockVars(nullptr), in AnalysisDeclContext()60 ReferencedBlockVars(nullptr), in AnalysisDeclContext()529 if (!ReferencedBlockVars) in getReferencedBlockVars()530 ReferencedBlockVars = new llvm::DenseMap<const BlockDecl*,void*>(); in getReferencedBlockVars()532 DeclVec *V = LazyInitializeReferencedDecls(BD, (*ReferencedBlockVars)[BD], A); in getReferencedBlockVars()551 delete ReferencedBlockVars; in ~AnalysisDeclContext()
85 llvm::DenseMap<const BlockDecl*,void*> *ReferencedBlockVars; variable