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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1407       llvm::dyn_cast_or_null<ClangASTContext>(compiler_type.GetTypeSystem());
 1412         ast_parser->GetClangASTImporter().CanImport(compiler_type))
 1413       return ast_parser->GetClangASTImporter().CompleteType(compiler_type);
 1418       ClangUtil::RemoveFastQualifiers(compiler_type);
 1443     assert(compiler_type);
 1446       return dwarf_ast->CompleteTypeFromDWARF(dwarf_die, type, compiler_type);