Searched refs:DeclContextInfos (Results 1 – 4 of 4) sorted by relevance
44 for (DeclContextInfosMap::iterator I = DeclContextInfos.begin(), in ~ModuleFile()45 E = DeclContextInfos.end(); in ~ModuleFile()
1863 DeclContextInfo &Info = F.DeclContextInfos[TU]; in ReadASTBlock()1881 F.DeclContextInfos[TU].NameLookupTableData = Table; in ReadASTBlock()4715 = M.DeclContextInfos.find(This->DC); in visit()4716 if (Info == M.DeclContextInfos.end() || !Info->second.LexicalDecls) in visit()4859 Info = M.DeclContextInfos.find(This->Contexts[I]); in visit()4860 if (Info != M.DeclContextInfos.end() && in visit()4960 Info = M.DeclContextInfos.find(This->Contexts[I]); in visit()4961 if (Info != M.DeclContextInfos.end() && in visit()
2094 Loc.F->DeclContextInfos[DC])) in ReadDeclRecord()2108 DeclContextInfo &Info = UI->second->DeclContextInfos[DC]; in ReadDeclRecord()
293 DeclContextInfosMap DeclContextInfos; variable