Searched refs:GetBasicTypeFromAST (Results 1 – 16 of 16) sorted by relevance
36 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()
98 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()195 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
44 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd()
181 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
514 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()681 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
75 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider()1086 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
282 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
411 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
727 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
498 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType500 return m_type_system->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
491 type_system->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveClangType()
5008 CompilerType ClangASTContext::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in ClangASTContext
276 m_opaque_sp->GetTypeSystem(false)->GetBasicTypeFromAST(basic_type)); in GetBasicType()
433 return SBType(type_system->GetBasicTypeFromAST(type)); in GetBasicType()
1363 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()