Lines Matching defs:GetImportedOrCreateDecl
245 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD,
258 // GetImportedOrCreateDecl<TypeAliasDecl>(ToTypedef, FromD, ...);
261 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD,
2527 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr))
2555 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, Loc,
2588 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(),
2616 if (GetImportedOrCreateDecl(
2683 if (GetImportedOrCreateDecl(ToNamespace, D, Importer.getToContext(), DC,
2734 if (GetImportedOrCreateDecl(
2834 if (GetImportedOrCreateDecl<TypeAliasDecl>(
2838 } else if (GetImportedOrCreateDecl<TypedefDecl>(
2915 if (GetImportedOrCreateDecl(ToAlias, D, Importer.getToContext(), DC, Loc,
2947 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc,
2952 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc,
3045 if (GetImportedOrCreateDecl(
3216 if (GetImportedOrCreateDecl(
3224 if (GetImportedOrCreateDecl(D2CXX, D, Importer.getToContext(),
3307 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(),
3381 if (GetImportedOrCreateDecl(
3951 if (GetImportedOrCreateDecl<CXXConstructorDecl>(
3966 if (GetImportedOrCreateDecl<CXXDestructorDecl>(
3982 if (GetImportedOrCreateDecl<CXXConversionDecl>(
3989 if (GetImportedOrCreateDecl<CXXMethodDecl>(
4004 if (GetImportedOrCreateDecl<CXXDeductionGuideDecl>(
4011 if (GetImportedOrCreateDecl(
4233 if (GetImportedOrCreateDecl(ToField, D, Importer.getToContext(), DC,
4321 if (GetImportedOrCreateDecl(ToIndirectField, D, Importer.getToContext(), DC,
4441 if (GetImportedOrCreateDecl(FrD, D, Importer.getToContext(), DC,
4491 if (GetImportedOrCreateDecl(
4617 if (GetImportedOrCreateDecl(
4624 if (GetImportedOrCreateDecl(ToVar, D, Importer.getToContext(), DC,
4695 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC,
4756 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC,
4764 // Do not import the default expression before GetImportedOrCreateDecl call
4865 if (GetImportedOrCreateDecl(
4932 if (GetImportedOrCreateDecl(
4977 if (GetImportedOrCreateDecl(ToCategory, D, Importer.getToContext(), DC,
5122 if (GetImportedOrCreateDecl(ToProto, D, Importer.getToContext(), DC,
5156 if (GetImportedOrCreateDecl(ToLinkageSpec, D, Importer.getToContext(), DC,
5209 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5248 if (GetImportedOrCreateDecl(ToUsingEnum, D, Importer.getToContext(), DC,
5298 if (GetImportedOrCreateDecl<ConstructorUsingShadowDecl>(
5305 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc,
5354 if (GetImportedOrCreateDecl(ToUsingDir, D, Importer.getToContext(), DC,
5387 if (GetImportedOrCreateDecl(ToUsingPack, D, Importer.getToContext(), DC,
5421 if (GetImportedOrCreateDecl(ToUsingValue, D, Importer.getToContext(), DC,
5453 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5650 if (GetImportedOrCreateDecl(
5694 if (GetImportedOrCreateDecl(
5741 if (GetImportedOrCreateDecl(Impl, D, Importer.getToContext(),
5844 if (GetImportedOrCreateDecl(
5905 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC,
5968 if (GetImportedOrCreateDecl(
6008 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(),
6041 if (GetImportedOrCreateDecl(
6166 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, Loc, Name,
6300 if (GetImportedOrCreateDecl<ClassTemplatePartialSpecializationDecl>(
6323 if (GetImportedOrCreateDecl(
6492 if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc,
6604 if (GetImportedOrCreateDecl(ToPartial, D, Importer.getToContext(), DC,
6625 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC,
6758 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name,
8250 if (GetImportedOrCreateDecl(To, D, Temporary, ExtendingDecl,
9603 // nullptr only if GetImportedOrCreateDecl returned nullptr (after a
9605 // Later GetImportedOrCreateDecl can be updated to return the error.
10544 // here from GetImportedOrCreateDecl.