Searched refs:IsPossibleDynamicType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| D | ClangASTType.h | 191 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/ |
| D | ItaniumABILanguageRuntime.cpp | 43 return in_value.GetClangType().IsPossibleDynamicType (NULL, check_cxx, check_objc); in CouldHaveDynamicValue()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | ValueObject.cpp | 507 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/ |
| D | ValueObject.h | 419 IsPossibleDynamicType ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | ClangASTType.cpp | 764 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/ |
| D | FormatManager.cpp | 213 bool canBeObjCDynamic = clang_type.IsPossibleDynamicType (NULL, in GetPossibleMatches()
|