Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp359 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport() function in ClangASTImporter
403 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()
410 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()
416 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()
422 return CanImport(CompilerType( in CanImport()
507 if (!CanImport(compiler_type)) in CompleteType()
H A DClangASTImporter.h136 bool CanImport(const CompilerType &type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp795 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1608 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForCompilerType()
1619 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
H A DDWARFASTParserClang.cpp272 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2132 ast_builder->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()