Lines Matching defs:ToUsing
5208 UsingDecl *ToUsing;
5209 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5212 return ToUsing;
5214 ToUsing->setLexicalDeclContext(LexicalDC);
5215 LexicalDC->addDeclInternal(ToUsing);
5221 ToUsing, *ToPatternOrErr);
5226 return ImportUsingShadowDecls(D, ToUsing);
5452 UnresolvedUsingTypenameDecl *ToUsing;
5453 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5456 return ToUsing;
5458 ToUsing->setAccess(D->getAccess());
5459 ToUsing->setLexicalDeclContext(LexicalDC);
5460 LexicalDC->addDeclInternal(ToUsing);
5462 return ToUsing;