Lines Matching defs:To
1865 DeclarationNameInfo& To) { in ImportDeclarationNameLoc()
1907 bool ASTNodeImporter::ImportDefinition(RecordDecl *From, RecordDecl *To, in ImportDefinition()
2010 bool ASTNodeImporter::ImportDefinition(VarDecl *From, VarDecl *To, in ImportDefinition()
2025 bool ASTNodeImporter::ImportDefinition(EnumDecl *From, EnumDecl *To, in ImportDefinition()
2061 Decl *To = Importer.Import(*P); in ImportTemplateParameterList() local
2096 ValueDecl *To = cast_or_null<ValueDecl>(Importer.Import(From.getAsDecl())); in ImportTemplateArgument() local
2152 TemplateArgument To = ImportTemplateArgument(FromArgs[I]); in ImportTemplateArguments() local
2207 ClassTemplateDecl *To) { in IsStructuralMatch()
2215 VarTemplateDecl *To) { in IsStructuralMatch()
3386 ObjCProtocolDecl *To, in ImportDefinition()
3505 ObjCInterfaceDecl *To, in ImportDefinition()
4841 if (NamedDecl *To = cast_or_null<NamedDecl>(Import(*I))) in Import() local
4982 Decl *To = Import(From); in ImportDefinition() local
5143 Decl *ASTImporter::Imported(Decl *From, Decl *To) { in Imported()
5148 bool ASTImporter::IsStructurallyEquivalent(QualType From, QualType To, in IsStructurallyEquivalent()