Searched refs:IsPossibleDynamicType (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 123 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 174 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
|
H A D | TypeSystem.h | 196 virtual bool IsPossibleDynamicType(lldb::opaque_compiler_type_t type,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 267 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() function in CompilerType 272 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 270 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 378 if (IsPossibleDynamicType()) in GetChildAtIndex() 418 if (IsPossibleDynamicType()) in GetChildMemberWithName() 1735 bool ValueObject::IsPossibleDynamicType() { in IsPossibleDynamicType() function in ValueObject 1741 return GetCompilerType().IsPossibleDynamicType(nullptr, true, true); in IsPossibleDynamicType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 392 bool IsPossibleDynamicType();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 880 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 706 bool IsPossibleDynamicType(lldb::opaque_compiler_type_t type,
|
H A D | TypeSystemClang.cpp | 3536 bool TypeSystemClang::IsPossibleDynamicType(lldb::opaque_compiler_type_t type, in IsPossibleDynamicType() function in TypeSystemClang
|