Lines Matching refs:GetImportedOrCreateDecl
246 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter
262 [[nodiscard]] bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter
2423 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr)) in VisitEmptyDecl()
2451 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, Loc, in VisitBindingDecl()
2484 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(), in VisitAccessSpecDecl()
2512 if (GetImportedOrCreateDecl( in VisitStaticAssertDecl()
2579 if (GetImportedOrCreateDecl(ToNamespace, D, Importer.getToContext(), DC, in VisitNamespaceDecl()
2630 if (GetImportedOrCreateDecl( in VisitNamespaceAliasDecl()
2730 if (GetImportedOrCreateDecl<TypeAliasDecl>( in VisitTypedefNameDecl()
2734 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl()
2811 if (GetImportedOrCreateDecl(ToAlias, D, Importer.getToContext(), DC, Loc, in VisitTypeAliasTemplateDecl()
2843 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2848 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2936 if (GetImportedOrCreateDecl( in VisitEnumDecl()
3106 if (GetImportedOrCreateDecl( in VisitRecordDecl()
3114 if (GetImportedOrCreateDecl(D2CXX, D, Importer.getToContext(), in VisitRecordDecl()
3197 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), in VisitRecordDecl()
3271 if (GetImportedOrCreateDecl( in VisitEnumConstantDecl()
3829 if (GetImportedOrCreateDecl<CXXConstructorDecl>( in VisitFunctionDecl()
3844 if (GetImportedOrCreateDecl<CXXDestructorDecl>( in VisitFunctionDecl()
3860 if (GetImportedOrCreateDecl<CXXConversionDecl>( in VisitFunctionDecl()
3867 if (GetImportedOrCreateDecl<CXXMethodDecl>( in VisitFunctionDecl()
3880 if (GetImportedOrCreateDecl<CXXDeductionGuideDecl>( in VisitFunctionDecl()
3887 if (GetImportedOrCreateDecl( in VisitFunctionDecl()
4096 if (GetImportedOrCreateDecl(ToField, D, Importer.getToContext(), DC, in VisitFieldDecl()
4190 if (GetImportedOrCreateDecl(ToIndirectField, D, Importer.getToContext(), DC, in VisitIndirectFieldDecl()
4307 if (GetImportedOrCreateDecl(FrD, D, Importer.getToContext(), DC, in VisitFriendDecl()
4357 if (GetImportedOrCreateDecl( in VisitObjCIvarDecl()
4483 if (GetImportedOrCreateDecl( in VisitVarDecl()
4490 if (GetImportedOrCreateDecl(ToVar, D, Importer.getToContext(), DC, in VisitVarDecl()
4557 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC, in VisitImplicitParamDecl()
4614 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC, in VisitParmVarDecl()
4723 if (GetImportedOrCreateDecl( in VisitObjCMethodDecl()
4790 if (GetImportedOrCreateDecl( in VisitObjCTypeParamDecl()
4835 if (GetImportedOrCreateDecl(ToCategory, D, Importer.getToContext(), DC, in VisitObjCCategoryDecl()
4980 if (GetImportedOrCreateDecl(ToProto, D, Importer.getToContext(), DC, in VisitObjCProtocolDecl()
5014 if (GetImportedOrCreateDecl(ToLinkageSpec, D, Importer.getToContext(), DC, in VisitLinkageSpecDecl()
5067 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC, in VisitUsingDecl()
5106 if (GetImportedOrCreateDecl(ToUsingEnum, D, Importer.getToContext(), DC, in VisitUsingEnumDecl()
5156 if (GetImportedOrCreateDecl<ConstructorUsingShadowDecl>( in VisitUsingShadowDecl()
5163 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
5212 if (GetImportedOrCreateDecl(ToUsingDir, D, Importer.getToContext(), DC, in VisitUsingDirectiveDecl()
5245 if (GetImportedOrCreateDecl(ToUsingPack, D, Importer.getToContext(), DC, in VisitUsingPackDecl()
5279 if (GetImportedOrCreateDecl(ToUsingValue, D, Importer.getToContext(), DC, in VisitUnresolvedUsingValueDecl()
5311 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC, in VisitUnresolvedUsingTypenameDecl()
5505 if (GetImportedOrCreateDecl( in VisitObjCInterfaceDecl()
5549 if (GetImportedOrCreateDecl( in VisitObjCCategoryImplDecl()
5596 if (GetImportedOrCreateDecl(Impl, D, Importer.getToContext(), in VisitObjCImplementationDecl()
5699 if (GetImportedOrCreateDecl( in VisitObjCPropertyDecl()
5760 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC, in VisitObjCPropertyImplDecl()
5823 if (GetImportedOrCreateDecl( in VisitTemplateTypeParmDecl()
5868 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), in VisitNonTypeTemplateParmDecl()
5904 if (GetImportedOrCreateDecl( in VisitTemplateTemplateParmDecl()
6021 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, Loc, Name, in VisitClassTemplateDecl()
6154 if (GetImportedOrCreateDecl<ClassTemplatePartialSpecializationDecl>( in VisitClassTemplateSpecializationDecl()
6177 if (GetImportedOrCreateDecl( in VisitClassTemplateSpecializationDecl()
6347 if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc, in VisitVarTemplateDecl()
6453 if (GetImportedOrCreateDecl(ToPartial, D, Importer.getToContext(), DC, in VisitVarTemplateSpecializationDecl()
6474 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, in VisitVarTemplateSpecializationDecl()
6597 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
8081 if (GetImportedOrCreateDecl(To, D, Temporary, ExtendingDecl, in VisitLifetimeExtendedTemporaryDecl()