Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTType.h191 return IsPossibleDynamicType (target_type, true, false);
195 IsPossibleDynamicType (ClangASTType *target_type, // Can pass NULL
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp43 return in_value.GetClangType().IsPossibleDynamicType (NULL, check_cxx, check_objc); in CouldHaveDynamicValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObject.cpp507 if (IsPossibleDynamicType ()) in GetChildAtIndex()
702 if (IsPossibleDynamicType ()) in GetChildMemberWithName()
2023 ValueObject::IsPossibleDynamicType () in IsPossibleDynamicType() function in ValueObject
2030 return GetClangType().IsPossibleDynamicType (NULL, true, true); in IsPossibleDynamicType()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObject.h419 IsPossibleDynamicType ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp764 ClangASTType::IsPossibleDynamicType (ClangASTType *dynamic_pointee_type, in IsPossibleDynamicType() function in ClangASTType
807 …cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsPossibleDynamicType (dynamic_point… in IsPossibleDynamicType()
813 … cast<ElaboratedType>(qual_type)->getNamedType()).IsPossibleDynamicType (dynamic_pointee_type, in IsPossibleDynamicType()
819 … cast<ParenType>(qual_type)->desugar()).IsPossibleDynamicType (dynamic_pointee_type, in IsPossibleDynamicType()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DFormatManager.cpp213 bool canBeObjCDynamic = clang_type.IsPossibleDynamicType (NULL, in GetPossibleMatches()