Lines Matching defs:Import

8202 ASTImporter::Import(ExprWithCleanups::CleanupObject From) {  in Import()  function in ASTImporter
8213 Expected<const Type *> ASTImporter::Import(const Type *FromT) { in Import() function in ASTImporter
8235 Expected<QualType> ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
8246 Expected<TypeSourceInfo *> ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter
8262 Expected<Attr *> ASTImporter::Import(const Attr *FromAttr) { in Import() function in ASTImporter
8332 Expected<Decl *> ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
8538 Expected<Expr *> ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
8545 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
8575 ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
8630 ASTImporter::Import(NestedNameSpecifierLoc FromNNS) { in Import() function in ASTImporter
8715 Expected<TemplateName> ASTImporter::Import(TemplateName From) { in Import() function in ASTImporter
8809 Expected<SourceLocation> ASTImporter::Import(SourceLocation FromLoc) { in Import() function in ASTImporter
8824 Expected<SourceRange> ASTImporter::Import(SourceRange FromRange) { in Import() function in ASTImporter
8834 Expected<FileID> ASTImporter::Import(FileID FromID, bool IsBuiltin) { in Import() function in ASTImporter
8921 Expected<CXXCtorInitializer *> ASTImporter::Import(CXXCtorInitializer *From) { in Import() function in ASTImporter
8986 ASTImporter::Import(const CXXBaseSpecifier *BaseSpec) { in Import() function in ASTImporter
9007 llvm::Expected<APValue> ASTImporter::Import(const APValue &FromValue) { in Import() function in ASTImporter
9055 Expected<DeclarationName> ASTImporter::Import(DeclarationName FromName) { in Import() function in ASTImporter
9119 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import() function in ASTImporter
9131 Expected<Selector> ASTImporter::Import(Selector FromSel) { in Import() function in ASTImporter