Lines Matching defs:GetImportedOrCreateDecl

246     [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD,
259 // GetImportedOrCreateDecl<TypeAliasDecl>(ToTypedef, FromD, ...);
262 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD,
2471 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr))
2499 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, Loc,
2532 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(),
2560 if (GetImportedOrCreateDecl(
2627 if (GetImportedOrCreateDecl(ToNamespace, D, Importer.getToContext(), DC,
2678 if (GetImportedOrCreateDecl(
2778 if (GetImportedOrCreateDecl<TypeAliasDecl>(
2782 } else if (GetImportedOrCreateDecl<TypedefDecl>(
2859 if (GetImportedOrCreateDecl(ToAlias, D, Importer.getToContext(), DC, Loc,
2891 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc,
2896 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc,
2989 if (GetImportedOrCreateDecl(
3159 if (GetImportedOrCreateDecl(
3167 if (GetImportedOrCreateDecl(D2CXX, D, Importer.getToContext(),
3250 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(),
3324 if (GetImportedOrCreateDecl(
3896 if (GetImportedOrCreateDecl<CXXConstructorDecl>(
3911 if (GetImportedOrCreateDecl<CXXDestructorDecl>(
3927 if (GetImportedOrCreateDecl<CXXConversionDecl>(
3934 if (GetImportedOrCreateDecl<CXXMethodDecl>(
3947 if (GetImportedOrCreateDecl<CXXDeductionGuideDecl>(
3954 if (GetImportedOrCreateDecl(
4176 if (GetImportedOrCreateDecl(ToField, D, Importer.getToContext(), DC,
4270 if (GetImportedOrCreateDecl(ToIndirectField, D, Importer.getToContext(), DC,
4387 if (GetImportedOrCreateDecl(FrD, D, Importer.getToContext(), DC,
4437 if (GetImportedOrCreateDecl(
4563 if (GetImportedOrCreateDecl(
4570 if (GetImportedOrCreateDecl(ToVar, D, Importer.getToContext(), DC,
4641 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC,
4698 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC,
4706 // Do not import the default expression before GetImportedOrCreateDecl call
4807 if (GetImportedOrCreateDecl(
4874 if (GetImportedOrCreateDecl(
4919 if (GetImportedOrCreateDecl(ToCategory, D, Importer.getToContext(), DC,
5064 if (GetImportedOrCreateDecl(ToProto, D, Importer.getToContext(), DC,
5098 if (GetImportedOrCreateDecl(ToLinkageSpec, D, Importer.getToContext(), DC,
5151 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5190 if (GetImportedOrCreateDecl(ToUsingEnum, D, Importer.getToContext(), DC,
5240 if (GetImportedOrCreateDecl<ConstructorUsingShadowDecl>(
5247 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc,
5296 if (GetImportedOrCreateDecl(ToUsingDir, D, Importer.getToContext(), DC,
5329 if (GetImportedOrCreateDecl(ToUsingPack, D, Importer.getToContext(), DC,
5363 if (GetImportedOrCreateDecl(ToUsingValue, D, Importer.getToContext(), DC,
5395 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC,
5589 if (GetImportedOrCreateDecl(
5633 if (GetImportedOrCreateDecl(
5680 if (GetImportedOrCreateDecl(Impl, D, Importer.getToContext(),
5783 if (GetImportedOrCreateDecl(
5844 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC,
5907 if (GetImportedOrCreateDecl(
5952 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(),
5989 if (GetImportedOrCreateDecl(
6107 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, Loc, Name,
6241 if (GetImportedOrCreateDecl<ClassTemplatePartialSpecializationDecl>(
6264 if (GetImportedOrCreateDecl(
6433 if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc,
6545 if (GetImportedOrCreateDecl(ToPartial, D, Importer.getToContext(), DC,
6566 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC,
6699 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name,
8183 if (GetImportedOrCreateDecl(To, D, Temporary, ExtendingDecl,
9532 // nullptr only if GetImportedOrCreateDecl returned nullptr (after a
9534 // Later GetImportedOrCreateDecl can be updated to return the error.
10464 // here from GetImportedOrCreateDecl.