Lines Matching defs:ToUsing
5150 UsingDecl *ToUsing;
5151 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5154 return ToUsing;
5156 ToUsing->setLexicalDeclContext(LexicalDC);
5157 LexicalDC->addDeclInternal(ToUsing);
5163 ToUsing, *ToPatternOrErr);
5168 return ImportUsingShadowDecls(D, ToUsing);
5394 UnresolvedUsingTypenameDecl *ToUsing;
5395 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5398 return ToUsing;
5400 ToUsing->setAccess(D->getAccess());
5401 ToUsing->setLexicalDeclContext(LexicalDC);
5402 LexicalDC->addDeclInternal(ToUsing);
5404 return ToUsing;