Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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.cpp60 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp179 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibStdcpp.cpp295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp540 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
661 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
822 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
H A DNSString.cpp215 CompilerType length_type = valobj.GetCompilerType().GetBasicTypeFromAST( in NSStringSummaryProvider()
H A DCocoa.cpp73 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()
1181 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp92 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp169 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid) in SetupGetItemInfoFunction()
/llvm-project-15.0.7/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.cpp543 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h261 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
H A DTypeSystem.h428 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp40 return ClangUtil::GetQualType(m_ast->GetBasicTypeFromAST(type)); in GetBasicQualType()
962 CompilerType compiler_type = m_ast->GetBasicTypeFromAST(lldb::eBasicTypeInt); in TEST_F()
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp471 return SBType(type_system_or_err->GetBasicTypeFromAST(type)); in GetBasicType()
H A DSBType.cpp368 m_opaque_sp->GetTypeSystem(false)->GetBasicTypeFromAST(basic_type)); in GetBasicType()
H A DSBTarget.cpp1795 if (auto compiler_type = type_system->GetBasicTypeFromAST(type)) in GetBasicType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h721 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
H A DTypeSystemClang.cpp4660 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp1360 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
H A DProcess.cpp6056 type_system_or_err->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()