Lines Matching refs:GetImportedOrCreateDecl
222 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter
238 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter
2278 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr)) in VisitEmptyDecl()
2306 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, Loc, in VisitBindingDecl()
2339 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(), in VisitAccessSpecDecl()
2367 if (GetImportedOrCreateDecl( in VisitStaticAssertDecl()
2434 if (GetImportedOrCreateDecl( in VisitNamespaceDecl()
2485 if (GetImportedOrCreateDecl( in VisitNamespaceAliasDecl()
2569 if (GetImportedOrCreateDecl<TypeAliasDecl>( in VisitTypedefNameDecl()
2573 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl()
2648 if (GetImportedOrCreateDecl(ToAlias, D, Importer.getToContext(), DC, Loc, in VisitTypeAliasTemplateDecl()
2680 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2685 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2773 if (GetImportedOrCreateDecl( in VisitEnumDecl()
2940 if (GetImportedOrCreateDecl( in VisitRecordDecl()
2948 if (GetImportedOrCreateDecl(D2CXX, D, Importer.getToContext(), in VisitRecordDecl()
3019 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), in VisitRecordDecl()
3093 if (GetImportedOrCreateDecl( in VisitEnumConstantDecl()
3462 if (GetImportedOrCreateDecl<CXXConstructorDecl>( in VisitFunctionDecl()
3479 if (GetImportedOrCreateDecl<CXXDestructorDecl>( in VisitFunctionDecl()
3494 if (GetImportedOrCreateDecl<CXXConversionDecl>( in VisitFunctionDecl()
3500 if (GetImportedOrCreateDecl<CXXMethodDecl>( in VisitFunctionDecl()
3513 if (GetImportedOrCreateDecl<CXXDeductionGuideDecl>( in VisitFunctionDecl()
3520 if (GetImportedOrCreateDecl( in VisitFunctionDecl()
3723 if (GetImportedOrCreateDecl(ToField, D, Importer.getToContext(), DC, in VisitFieldDecl()
3799 if (GetImportedOrCreateDecl(ToIndirectField, D, Importer.getToContext(), DC, in VisitIndirectFieldDecl()
3932 if (GetImportedOrCreateDecl(FrD, D, Importer.getToContext(), DC, in VisitFriendDecl()
3982 if (GetImportedOrCreateDecl( in VisitObjCIvarDecl()
4108 if (GetImportedOrCreateDecl( in VisitVarDecl()
4115 if (GetImportedOrCreateDecl(ToVar, D, Importer.getToContext(), DC, in VisitVarDecl()
4171 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC, in VisitImplicitParamDecl()
4215 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC, in VisitParmVarDecl()
4324 if (GetImportedOrCreateDecl( in VisitObjCMethodDecl()
4391 if (GetImportedOrCreateDecl( in VisitObjCTypeParamDecl()
4431 if (GetImportedOrCreateDecl(ToCategory, D, Importer.getToContext(), DC, in VisitObjCCategoryDecl()
4576 if (GetImportedOrCreateDecl(ToProto, D, Importer.getToContext(), DC, in VisitObjCProtocolDecl()
4610 if (GetImportedOrCreateDecl(ToLinkageSpec, D, Importer.getToContext(), DC, in VisitLinkageSpecDecl()
4663 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC, in VisitUsingDecl()
4701 if (GetImportedOrCreateDecl(ToUsingEnum, D, Importer.getToContext(), DC, in VisitUsingEnumDecl()
4739 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
4787 if (GetImportedOrCreateDecl(ToUsingDir, D, Importer.getToContext(), DC, in VisitUsingDirectiveDecl()
4825 if (GetImportedOrCreateDecl(ToUsingValue, D, Importer.getToContext(), DC, in VisitUnresolvedUsingValueDecl()
4857 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC, in VisitUnresolvedUsingTypenameDecl()
5051 if (GetImportedOrCreateDecl( in VisitObjCInterfaceDecl()
5095 if (GetImportedOrCreateDecl( in VisitObjCCategoryImplDecl()
5142 if (GetImportedOrCreateDecl(Impl, D, Importer.getToContext(), in VisitObjCImplementationDecl()
5245 if (GetImportedOrCreateDecl( in VisitObjCPropertyDecl()
5306 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC, in VisitObjCPropertyImplDecl()
5369 if (GetImportedOrCreateDecl( in VisitTemplateTypeParmDecl()
5430 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), in VisitNonTypeTemplateParmDecl()
5466 if (GetImportedOrCreateDecl( in VisitTemplateTemplateParmDecl()
5563 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, Loc, Name, in VisitClassTemplateDecl()
5701 if (GetImportedOrCreateDecl<ClassTemplatePartialSpecializationDecl>( in VisitClassTemplateSpecializationDecl()
5719 if (GetImportedOrCreateDecl( in VisitClassTemplateSpecializationDecl()
5858 if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc, in VisitVarTemplateDecl()
5977 if (GetImportedOrCreateDecl(ToPartial, D, Importer.getToContext(), DC, in VisitVarTemplateSpecializationDecl()
5998 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, in VisitVarTemplateSpecializationDecl()
6107 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
7492 if (GetImportedOrCreateDecl(To, D, Temporary, ExtendingDecl, in VisitLifetimeExtendedTemporaryDecl()