Lines Matching refs:Import
61 return minion_sp->Import(type); in CopyType()
102 clang::Decl *result = minion_sp->Import(decl); in CopyDecl()
396 bool ClangASTImporter::Import(const CompilerType &type) { in Import() function in ClangASTImporter
442 return Import(CompilerType(type.GetTypeSystem(), in Import()
449 return Import(CompilerType(type.GetTypeSystem(), in Import()
455 return Import(CompilerType(type.GetTypeSystem(), in Import()
461 return Import(CompilerType( in Import()
475 if (Import(compiler_type)) { in CompleteType()
629 minion_sp->Import(origin_child_decl); in CompleteAndFetchChildren()
654 minion_sp->Import(origin_child_decl); in CompleteAndFetchChildren()
919 Decl *imported_from_superclass_decl = Import(from_superclass); in ImportDefinitionTo()