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

Overridden By

tools/lldb/source/Symbol/ClangASTContext.cpp
 5708 CompilerType ClangASTContext::GetBuiltinTypeByName(ConstString name) {

Declarations

tools/lldb/include/lldb/Symbol/TypeSystem.h
  295   virtual CompilerType GetBuiltinTypeByName(ConstString name);

References

tools/lldb/source/API/SBModule.cpp
  469       sb_type = SBType(type_system_or_err->GetBuiltinTypeByName(name));
  515             type_system_or_err->GetBuiltinTypeByName(name);
tools/lldb/source/API/SBTarget.cpp
 1857       if (auto type = type_system->GetBuiltinTypeByName(const_typename))
 1914                 type_system->GetBuiltinTypeByName(const_typename))