Searched refs:BasicType (Results 1 – 20 of 20) sorted by relevance
258 bool CMICmnLLDBUtilSBValue::IsCharBasicType(lldb::BasicType eType) { in IsCharBasicType()282 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in IsCharType()328 const lldb::BasicType eType = in IsPointeeCharType()345 const lldb::BasicType eType = m_rValue.GetType().GetBasicType(); in IsIntegerType()
68 static bool IsCharBasicType(lldb::BasicType eType);
45 lldb::BasicType type_code = value_type.GetBasicType(); in MI_char_summary_provider()
282 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;304 lldb::BasicType GetBasicTypeEnumeration() const;306 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);
168 CompilerType GetBasicType(lldb::BasicType type);171 lldb::BasicType type);176 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);727 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;754 lldb::BasicType757 static lldb::BasicType993 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
288 virtual lldb::BasicType411 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
150 lldb::BasicType GetBasicType();153 lldb::SBType GetBasicType(lldb::BasicType type);
238 lldb::SBType GetBasicType(lldb::BasicType type);
832 lldb::SBType GetBasicType(lldb::BasicType type);
75 clang::QualType GetBasicType(lldb::BasicType type);
149 lldb::BasicType
710 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()893 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
559 lldb::BasicType
267 lldb::BasicType SBType::GetBasicType() { in GetBasicType()273 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
427 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
1835 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
498 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST()549 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
1069 lldb::BasicType1072 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration()1138 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration(name); in GetBasicType()1153 CompilerType ClangASTContext::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()1158 lldb::BasicType basic_type) { in GetBasicType()2045 lldb::BasicType basic_type) { in GetOpaqueCompilerType()5008 CompilerType ClangASTContext::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST()5743 lldb::BasicType
754 enum BasicType { enum
1363 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()