Searched refs:GetBasicTypeFromAST (Results 1 – 21 of 21) sorted by relevance
40 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()
67 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
206 .GetBasicTypeFromAST(lldb::eBasicTypeWChar) in GetWCharByteSize()
186 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
516 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()641 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()796 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
214 CompilerType length_type = valobj.GetCompilerType().GetBasicTypeFromAST( in NSStringSummaryProvider()
71 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()1194 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
90 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
260 (*type_system_or_err)->GetBasicTypeFromAST(eBasicTypeUnsignedLong)); in UpdateValue()
3599 type_system_sp->GetBasicTypeFromAST(lldb::eBasicTypeBool)) { in CreateValueObjectFromBool()
385 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
466 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
766 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType769 return type_system_sp->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
665 void_compiler_type = ts->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
473 return SBType(ts->GetBasicTypeFromAST(type)); in GetBasicType()
458 return SBType(ts->GetBasicTypeFromAST(basic_type)); in GetBasicType()
1809 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()
820 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
4722 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
1498 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
6407 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()