Lines Matching refs:GetImportedOrCreateDecl

257     LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD,  in GetImportedOrCreateDecl()  function in clang::ASTNodeImporter
273 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl() function in clang::ASTNodeImporter
2089 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), DC, *LocOrErr)) in VisitEmptyDecl()
2121 if (GetImportedOrCreateDecl(ToD, D, Importer.getToContext(), D->getAccess(), in VisitAccessSpecDecl()
2150 if (GetImportedOrCreateDecl( in VisitStaticAssertDecl()
2212 if (GetImportedOrCreateDecl( in VisitNamespaceDecl()
2264 if (GetImportedOrCreateDecl( in VisitNamespaceAliasDecl()
2335 if (GetImportedOrCreateDecl<TypeAliasDecl>( in VisitTypedefNameDecl()
2339 } else if (GetImportedOrCreateDecl<TypedefDecl>( in VisitTypedefNameDecl()
2407 if (GetImportedOrCreateDecl(ToAlias, D, Importer.getToContext(), DC, Loc, in VisitTypeAliasTemplateDecl()
2437 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2442 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2522 if (GetImportedOrCreateDecl( in VisitEnumDecl()
2687 if (GetImportedOrCreateDecl( in VisitRecordDecl()
2695 if (GetImportedOrCreateDecl(D2CXX, D, Importer.getToContext(), in VisitRecordDecl()
2770 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), in VisitRecordDecl()
2840 if (GetImportedOrCreateDecl( in VisitEnumConstantDecl()
3089 if (GetImportedOrCreateDecl<CXXConstructorDecl>( in VisitFunctionDecl()
3096 if (GetImportedOrCreateDecl<CXXDestructorDecl>( in VisitFunctionDecl()
3103 if (GetImportedOrCreateDecl<CXXConversionDecl>( in VisitFunctionDecl()
3109 if (GetImportedOrCreateDecl<CXXMethodDecl>( in VisitFunctionDecl()
3115 if (GetImportedOrCreateDecl(ToFunction, D, Importer.getToContext(), DC, in VisitFunctionDecl()
3318 if (GetImportedOrCreateDecl(ToField, D, Importer.getToContext(), DC, in VisitFieldDecl()
3392 if (GetImportedOrCreateDecl(ToIndirectField, D, Importer.getToContext(), DC, in VisitIndirectFieldDecl()
3468 if (GetImportedOrCreateDecl(FrD, D, Importer.getToContext(), DC, in VisitFriendDecl()
3520 if (GetImportedOrCreateDecl( in VisitObjCIvarDecl()
3646 if (GetImportedOrCreateDecl(ToVar, D, Importer.getToContext(), DC, in VisitVarDecl()
3698 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC, in VisitImplicitParamDecl()
3724 if (GetImportedOrCreateDecl(ToParm, D, Importer.getToContext(), DC, in VisitParmVarDecl()
3846 if (GetImportedOrCreateDecl( in VisitObjCMethodDecl()
3906 if (GetImportedOrCreateDecl( in VisitObjCTypeParamDecl()
3948 if (GetImportedOrCreateDecl(ToCategory, D, Importer.getToContext(), DC, in VisitObjCCategoryDecl()
4093 if (GetImportedOrCreateDecl(ToProto, D, Importer.getToContext(), DC, in VisitObjCProtocolDecl()
4127 if (GetImportedOrCreateDecl(ToLinkageSpec, D, Importer.getToContext(), DC, in VisitLinkageSpecDecl()
4168 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC, in VisitUsingDecl()
4215 if (GetImportedOrCreateDecl(ToShadow, D, Importer.getToContext(), DC, Loc, in VisitUsingShadowDecl()
4266 if (GetImportedOrCreateDecl(ToUsingDir, D, Importer.getToContext(), DC, in VisitUsingDirectiveDecl()
4305 if (GetImportedOrCreateDecl(ToUsingValue, D, Importer.getToContext(), DC, in VisitUnresolvedUsingValueDecl()
4338 if (GetImportedOrCreateDecl(ToUsing, D, Importer.getToContext(), DC, in VisitUnresolvedUsingTypenameDecl()
4519 if (GetImportedOrCreateDecl( in VisitObjCInterfaceDecl()
4563 if (GetImportedOrCreateDecl( in VisitObjCCategoryImplDecl()
4612 if (GetImportedOrCreateDecl(Impl, D, Importer.getToContext(), in VisitObjCImplementationDecl()
4711 if (GetImportedOrCreateDecl( in VisitObjCPropertyDecl()
4777 if (GetImportedOrCreateDecl(ToImpl, D, Importer.getToContext(), DC, in VisitObjCPropertyImplDecl()
4842 (void)GetImportedOrCreateDecl( in VisitTemplateTypeParmDecl()
4869 (void)GetImportedOrCreateDecl( in VisitNonTypeTemplateParmDecl()
4899 (void)GetImportedOrCreateDecl( in VisitTemplateTemplateParmDecl()
4995 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, Loc, Name, in VisitClassTemplateDecl()
5149 if (GetImportedOrCreateDecl<ClassTemplatePartialSpecializationDecl>( in VisitClassTemplateSpecializationDecl()
5165 if (GetImportedOrCreateDecl( in VisitClassTemplateSpecializationDecl()
5305 if (GetImportedOrCreateDecl(ToVarTD, D, Importer.getToContext(), DC, Loc, in VisitVarTemplateDecl()
5411 if (GetImportedOrCreateDecl(ToPartial, D, Importer.getToContext(), DC, in VisitVarTemplateSpecializationDecl()
5429 if (GetImportedOrCreateDecl(D2, D, Importer.getToContext(), DC, in VisitVarTemplateSpecializationDecl()
5518 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()