Home
last modified time | relevance | path

Searched refs:GetBasicTypeFromAST (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp40 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
47 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
50 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloatComplex); in GetCompilerTypeForFormat()
53 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat()
57 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat()
62 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
65 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat()
71 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
74 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp120 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
180 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
H A DGenericBitset.cpp63 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp164 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibStdcpp.cpp314 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp94 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp538 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
662 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
821 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
H A DNSString.cpp209 CompilerType length_type = valobj.GetCompilerType().GetBasicTypeFromAST( in NSStringSummaryProvider()
H A DCocoa.cpp72 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
1194 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp261 (*type_system_or_err)->GetBasicTypeFromAST(eBasicTypeUnsignedLong)); in UpdateValue()
H A DValueObject.cpp3629 type_system_sp->GetBasicTypeFromAST(lldb::eBasicTypeBool)) { in CreateValueObjectFromBool()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h377 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
H A DTypeSystem.h457 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp756 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType
759 return type_system_sp->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
H A DType.cpp650 void_compiler_type = ts->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp473 return SBType(ts->GetBasicTypeFromAST(type)); in GetBasicType()
H A DSBType.cpp458 return SBType(ts->GetBasicTypeFromAST(basic_type)); in GetBasicType()
H A DSBTarget.cpp1852 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h823 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
H A DTypeSystemClang.cpp4691 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1360 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
H A DProcess.cpp6386 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()