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.cpp361 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport() function in ClangASTImporter
405 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()
509 if (!CanImport(compiler_type)) in CompleteType()
H A DClangASTImporter.h158 bool CanImport(const CompilerType &type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp794 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1554 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForCompilerType()
1564 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
H A DDWARFASTParserClang.cpp355 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2151 ast_builder->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()