Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp121 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
181 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
H A DGenericBitset.cpp61 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
H A DLibCxxVector.cpp180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
H A DLibStdcpp.cpp295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp540 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
661 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
820 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp95 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp173 ts->GetBasicTypeFromAST(eBasicTypeVoid) in SetupGetItemInfoFunction()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp543 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType
546 return type_system_sp->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
H A DType.cpp555 void_compiler_type = ts->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
H A DTypeSystem.h442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/openbsd/gnu/llvm/lldb/source/API/
H A DSBModule.cpp474 return SBType(ts->GetBasicTypeFromAST(type)); in GetBasicType()
H A DSBType.cpp367 return SBType(ts->GetBasicTypeFromAST(basic_type)); in GetBasicType()
H A DSBTarget.cpp1795 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h738 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
H A DTypeSystemClang.cpp4709 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
H A DProcess.cpp6082 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()