Searched refs:CanImport (Results 1 – 8 of 8) sorted by relevance
358 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport() function in ClangASTImporter402 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()409 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()415 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()421 return CanImport(CompilerType( in CanImport()506 if (!CanImport(compiler_type)) in CompleteType()
136 bool CanImport(const CompilerType &type);
91 } else if (CanImport(name)) { in FindSymbol()287 bool Scope::CanImport(const SourceName &name) const { in CanImport() function in Fortran::semantics::Scope
33 EXPECT_FALSE(importer.CanImport(CompilerType())); in TEST_F()
300 bool CanImport(const SourceName &) const;
793 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB()
1547 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()1559 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
275 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()