Home
last modified time | relevance | path

Searched refs:CanImport (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp358 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport() function in ClangASTImporter
402 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()
H A DClangASTImporter.h136 bool CanImport(const CompilerType &type);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp91 } else if (CanImport(name)) { in FindSymbol()
287 bool Scope::CanImport(const SourceName &name) const { in CanImport() function in Fortran::semantics::Scope
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp33 EXPECT_FALSE(importer.CanImport(CompilerType())); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h300 bool CanImport(const SourceName &) const;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp793 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1547 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()
1559 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
H A DDWARFASTParserClang.cpp275 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()