Lines Matching refs:DeclContextInfos
2174 DeclContextInfo &Info = F.DeclContextInfos[TU];
2192 F.DeclContextInfos[TU].NameLookupTableData = Table;
5561 = M.DeclContextInfos.find(This->DC);
5562 if (Info == M.DeclContextInfos.end() || !Info->second.LexicalDecls)
5704 Info = M.DeclContextInfos.find(This->Contexts[I]);
5705 if (Info != M.DeclContextInfos.end() &&
5835 Info = M.DeclContextInfos.find(This->Contexts[I]);
5836 if (Info != M.DeclContextInfos.end() &&