Searched refs:IsPossibleDynamicType (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 247 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() function in CompilerType 252 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 179 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
|
H A D | TypeSystem.h | 186 virtual bool IsPossibleDynamicType(lldb::opaque_compiler_type_t type,
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObject.cpp | 379 if (IsPossibleDynamicType()) in GetChildAtIndex() 472 if (IsPossibleDynamicType()) in GetChildMemberWithName() 1578 bool ValueObject::IsPossibleDynamicType() { in IsPossibleDynamicType() function in ValueObject 1584 return GetCompilerType().IsPossibleDynamicType(nullptr, true, true); in IsPossibleDynamicType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 264 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 392 virtual bool IsPossibleDynamicType();
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 948 compiler_type.IsPossibleDynamicType(nullptr, check_cpp, check_objc); in GetPossibleFormattersMatches()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 624 bool IsPossibleDynamicType(lldb::opaque_compiler_type_t type,
|
H A D | TypeSystemClang.cpp | 3574 bool TypeSystemClang::IsPossibleDynamicType(lldb::opaque_compiler_type_t type, in IsPossibleDynamicType() function in TypeSystemClang
|