Home
last modified time | relevance | path

Searched refs:IsPossibleDynamicType (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp214 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() function in CompilerType
218 return m_type_system->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h127 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h179 virtual bool IsPossibleDynamicType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp378 if (IsPossibleDynamicType()) in GetChildAtIndex()
471 if (IsPossibleDynamicType()) in GetChildMemberWithName()
1569 bool ValueObject::IsPossibleDynamicType() { in IsPossibleDynamicType() function in ValueObject
1575 return GetCompilerType().IsPossibleDynamicType(nullptr, true, true); in IsPossibleDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp263 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h392 virtual bool IsPossibleDynamicType();
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp947 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h610 bool IsPossibleDynamicType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3535 bool TypeSystemClang::IsPossibleDynamicType(lldb::opaque_compiler_type_t type, in IsPossibleDynamicType() function in TypeSystemClang