Lines Matching defs:To
275 ItemT *To = ImporterRef.Import(From); in ImportArrayChecked() local
2057 DeclarationNameInfo& To) { in ImportDeclarationNameLoc()
2099 bool ASTNodeImporter::ImportDefinition(RecordDecl *From, RecordDecl *To, in ImportDefinition()
2207 bool ASTNodeImporter::ImportDefinition(VarDecl *From, VarDecl *To, in ImportDefinition()
2222 bool ASTNodeImporter::ImportDefinition(EnumDecl *From, EnumDecl *To, in ImportDefinition()
2258 Decl *To = Importer.Import(*P); in ImportTemplateParameterList() local
2293 ValueDecl *To = cast_or_null<ValueDecl>(Importer.Import(From.getAsDecl())); in ImportTemplateArgument() local
2347 TemplateArgument To = ImportTemplateArgument(FromArgs[I]); in ImportTemplateArguments() local
2402 ClassTemplateDecl *To) { in IsStructuralMatch()
2410 VarTemplateDecl *To) { in IsStructuralMatch()
3770 ObjCProtocolDecl *To, in ImportDefinition()
3892 ObjCInterfaceDecl *To, in ImportDefinition()
5957 InitListExpr *To = new (ToCtx) InitListExpr( in VisitInitListExpr() local
6299 if (NamedDecl *To = cast_or_null<NamedDecl>(Import(*I))) in Import() local
6507 Decl *To = Import(From); in ImportDefinition() local
6673 Decl *ASTImporter::Imported(Decl *From, Decl *To) { in Imported()
6688 bool ASTImporter::IsStructurallyEquivalent(QualType From, QualType To, in IsStructurallyEquivalent()