Searched refs:CanImport (Results 1 – 8 of 8) sorted by relevance
358 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport() function in ClangASTImporter405 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()412 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()418 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()424 return CanImport(CompilerType( in CanImport()511 if (!CanImport(compiler_type)) in CompleteType()
81 bool CanImport(const CompilerType &type);
91 } else if (CanImport(name)) { in FindSymbol()244 bool Scope::CanImport(const SourceName &name) const { in CanImport() function in Fortran::semantics::Scope
33 EXPECT_FALSE(importer.CanImport(CompilerType())); in TEST_F()
282 bool CanImport(const SourceName &) const;
771 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB()
1442 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()1454 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
287 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()