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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  116   bool IsPossibleDynamicType(CompilerType *target_type, // Can pass nullptr

References

tools/lldb/include/lldb/Symbol/CompilerType.h
  113     return IsPossibleDynamicType(target_type, true, false);
tools/lldb/source/Core/ValueObject.cpp
 1714     return GetCompilerType().IsPossibleDynamicType(nullptr, true, true);
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
  888       compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
   51   return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx,
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  244   return in_value.GetCompilerType().IsPossibleDynamicType(