Searched refs:ToD (Results 1 – 3 of 3) sorted by relevance
85 NamedDecl *&ToD, SourceLocation &Loc);86 void ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD = nullptr);2001 NamedDecl *&ToD, in ImportDeclParts() argument2022 ToD = cast_or_null<NamedDecl>(Importer.GetAlreadyImportedOrNull(D)); in ImportDeclParts()2026 void ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded() argument2030 if (!ToD) { in ImportDefinitionIfNeeded()2031 ToD = Importer.Import(FromD); in ImportDefinitionIfNeeded()2032 if (!ToD) in ImportDefinitionIfNeeded()2037 if (RecordDecl *ToRecord = cast_or_null<RecordDecl>(ToD)) { in ImportDefinitionIfNeeded()2046 if (EnumDecl *ToEnum = cast_or_null<EnumDecl>(ToD)) { in ImportDefinitionIfNeeded()[all …]
69 Decl *ToD = Importer.Import(D); in ExecuteAction() local71 if (ToD) { in ExecuteAction()72 DeclGroupRef DGR(ToD); in ExecuteAction()
3098 Decl *ToD) { in inheritDefaultTemplateArgument() argument3099 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()