Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp39 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
46 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
49 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloatComplex); in GetCompilerTypeForFormat()
52 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat()
56 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat()
61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
64 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat()
70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
73 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.cpp61 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp178 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibStdcpp.cpp310 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp536 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
657 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
816 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()
1192 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/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/Core/
H A DValueObjectVTable.cpp263 (*type_system_or_err)->GetBasicTypeFromAST(eBasicTypeUnsignedLong)); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h371 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
H A DTypeSystem.h428 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp728 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType
731 return type_system_sp->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
H A DType.cpp639 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.cpp367 return SBType(ts->GetBasicTypeFromAST(basic_type)); in GetBasicType()
H A DSBTarget.cpp1840 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h809 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
H A DTypeSystemClang.cpp4634 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1368 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
H A DProcess.cpp6185 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()