reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  132   bool CanImport(const CompilerType &type);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  218   if (!type || !ast_importer.CanImport(type))
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1400   return ast_parser->GetClangASTImporter().CanImport(compiler_type);
 1412         ast_parser->GetClangASTImporter().CanImport(compiler_type))
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  777   if (GetClangASTImporter().CanImport(compiler_type))
tools/lldb/source/Symbol/ClangASTImporter.cpp
  451     return CanImport(CompilerType(type.GetTypeSystem(),
  458     return CanImport(CompilerType(type.GetTypeSystem(),
  464     return CanImport(CompilerType(type.GetTypeSystem(),
  470     return CanImport(CompilerType(
  557   if (!CanImport(compiler_type))