Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp36 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat()
43 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
46 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloatComplex); in GetCompilerTypeForFormat()
49 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat()
53 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat()
58 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat()
61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat()
67 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat()
70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp122 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
245 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
H A DLibCxxBitset.cpp50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
H A DLibCxxVector.cpp180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibStdcpp.cpp295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp541 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
662 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
824 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
H A DCocoa.cpp72 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
1114 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp90 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in InferiorCallMmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp474 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType
476 return m_type_system->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
H A DType.cpp544 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h261 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
H A DTypeSystem.h419 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp482 SBType(type_system_or_err->GetBasicTypeFromAST(type))); in GetBasicType()
H A DSBType.cpp371 m_opaque_sp->GetTypeSystem(false)->GetBasicTypeFromAST(basic_type))); in GetBasicType()
H A DSBTarget.cpp1924 if (auto compiler_type = type_system->GetBasicTypeFromAST(type)) in GetBasicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h729 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
H A DTypeSystemClang.cpp4628 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1346 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
H A DProcess.cpp6055 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()