Lines Matching defs:From
133 void updateFlags(const Decl *From, Decl *To) { in updateFlags()
147 LLVM_NODISCARD Error importInto(ImportT &To, const ImportT &From) { in importInto()
153 LLVM_NODISCARD Error importInto(ImportT *&To, ImportT *From) { in importInto()
163 Expected<T *> import(T *From) { in import()
171 Expected<T *> import(const T *From) { in import()
177 Expected<T> import(const T &From) { in import()
183 Expected<Optional<T>> import(Optional<T> From) { in import()
191 importSeq(const T &From) { in importSeq()
720 const TemplateArgumentListInfo &From, TemplateArgumentListInfo &Result) { in ImportTemplateArgumentListInfo()
728 const ASTTemplateArgumentListInfo &From, in ImportTemplateArgumentListInfo()
757 ASTNodeImporter::import(TemplateParameterList *From) { in import()
787 ASTNodeImporter::import(const TemplateArgument &From) { in import()
963 Expected<LambdaCapture> ASTNodeImporter::import(const LambdaCapture &From) { in import()
987 bool ASTNodeImporter::hasSameVisibilityContext(T *Found, T *From) { in hasSameVisibilityContext()
1001 TypedefNameDecl *From) { in hasSameVisibilityContext()
1689 const DeclarationNameInfo &From, DeclarationNameInfo& To) { in ImportDeclarationNameLoc()
1747 for (auto *From : FromDC->decls()) { in ImportDeclContext() local
1861 const CXXRecordDecl *From, CXXRecordDecl *To) { in ImportImplicitMethods()
1875 static Error setTypedefNameForAnonDecl(TagDecl *From, TagDecl *To, in setTypedefNameForAnonDecl()
1887 RecordDecl *From, RecordDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
1988 Error ASTNodeImporter::ImportInitializer(VarDecl *From, VarDecl *To) { in ImportInitializer()
2012 EnumDecl *From, EnumDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
2060 ASTNodeImporter::ImportTemplateArgument(const TemplateArgument &From) { in ImportTemplateArgument()
2082 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch()
2131 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch()
2140 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch()
2158 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch()
2167 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch()
4278 ObjCProtocolDecl *From, ObjCProtocolDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
4633 ObjCInterfaceDecl *From, ObjCInterfaceDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
8535 Expected<TemplateName> ASTImporter::Import(TemplateName From) { in Import()
8738 Expected<CXXCtorInitializer *> ASTImporter::Import(CXXCtorInitializer *From) { in Import()
8824 Error ASTImporter::ImportDefinition(Decl *From) { in ImportDefinition()
9003 Decl *ASTImporter::MapImported(Decl *From, Decl *To) { in MapImported()
9026 void ASTImporter::setImportDeclError(Decl *From, ImportError Error) { in setImportDeclError()
9034 bool ASTImporter::IsStructurallyEquivalent(QualType From, QualType To, in IsStructurallyEquivalent()