Lines Matching defs:Import
6048 QualType ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
6072 TypeSourceInfo *ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter
6097 Decl *ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
6199 Expr *ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
6206 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
6226 NestedNameSpecifier *ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
6279 NestedNameSpecifierLoc ASTImporter::Import(NestedNameSpecifierLoc FromNNS) { in Import() function in ASTImporter
6284 TemplateName ASTImporter::Import(TemplateName From) { in Import() function in ASTImporter
6373 SourceLocation ASTImporter::Import(SourceLocation FromLoc) { in Import() function in ASTImporter
6393 SourceRange ASTImporter::Import(SourceRange FromRange) { in Import() function in ASTImporter
6397 FileID ASTImporter::Import(FileID FromID) { in Import() function in ASTImporter
6440 CXXCtorInitializer *ASTImporter::Import(CXXCtorInitializer *From) { in Import() function in ASTImporter
6550 DeclarationName ASTImporter::Import(DeclarationName FromName) { in Import() function in ASTImporter
6606 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import() function in ASTImporter
6618 Selector ASTImporter::Import(Selector FromSel) { in Import() function in ASTImporter