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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  413   void SetCompilerType(CompilerType compiler_type);

References

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  287     ret.SetCompilerType(corrected_type);
  297     ret.SetCompilerType(static_type);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  273     ret.SetCompilerType(corrected_type);
  281     ret.SetCompilerType(static_type);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  481               class_type_or_name.SetCompilerType(types.front());