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()
193 template <typename T> T importChecked(Error &Err, const T &From) { in importChecked()
712 const TemplateArgumentListInfo &From, TemplateArgumentListInfo &Result) { in ImportTemplateArgumentListInfo()
720 const ASTTemplateArgumentListInfo &From, in ImportTemplateArgumentListInfo()
749 ASTNodeImporter::import(TemplateParameterList *From) { in import()
779 ASTNodeImporter::import(const TemplateArgument &From) { in import()
953 Expected<LambdaCapture> ASTNodeImporter::import(const LambdaCapture &From) { in import()
977 bool ASTNodeImporter::hasSameVisibilityContextAndLinkage(T *Found, T *From) { in hasSameVisibilityContextAndLinkage()
994 TypedefNameDecl *From) { in hasSameVisibilityContextAndLinkage()
1718 const DeclarationNameInfo &From, DeclarationNameInfo& To) { in ImportDeclarationNameLoc()
1776 for (auto *From : FromDC->decls()) { in ImportDeclContext() local
1906 const CXXRecordDecl *From, CXXRecordDecl *To) { in ImportImplicitMethods()
1920 static Error setTypedefNameForAnonDecl(TagDecl *From, TagDecl *To, in setTypedefNameForAnonDecl()
1932 RecordDecl *From, RecordDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
2047 Error ASTNodeImporter::ImportInitializer(VarDecl *From, VarDecl *To) { in ImportInitializer()
2072 EnumDecl *From, EnumDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
2120 ASTNodeImporter::ImportTemplateArgument(const TemplateArgument &From) { in ImportTemplateArgument()
2142 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch()
2191 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch()
2200 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch()
2218 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch()
2227 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch()
4431 ObjCProtocolDecl *From, ObjCProtocolDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
4780 ObjCInterfaceDecl *From, ObjCInterfaceDecl *To, ImportDefinitionKind Kind) { in ImportDefinition()
8202 ASTImporter::Import(ExprWithCleanups::CleanupObject From) { in Import()
8271 auto *From = cast<AlignedAttr>(FromAttr); in Import() local
8296 const auto *From = cast<FormatAttr>(FromAttr); in Import() local
8715 Expected<TemplateName> ASTImporter::Import(TemplateName From) { in Import()
8921 Expected<CXXCtorInitializer *> ASTImporter::Import(CXXCtorInitializer *From) { in Import()
9012 Error ASTImporter::ImportDefinition(Decl *From) { in ImportDefinition()
9146 auto ImportLoop = [&](const APValue *From, APValue *To, unsigned Size) { in ImportAPValue()
9354 Decl *ASTImporter::MapImported(Decl *From, Decl *To) { in MapImported()
9381 void ASTImporter::setImportDeclError(Decl *From, ImportError Error) { in setImportDeclError()
9389 bool ASTImporter::IsStructurallyEquivalent(QualType From, QualType To, in IsStructurallyEquivalent()