Searched refs:GetFullyUnqualifiedType (Results 1 – 8 of 8) sorted by relevance
923 TEST_F(TestTypeSystemClang, GetFullyUnqualifiedType) { in TEST_F() argument928 EXPECT_EQ(bool_, cv_bool.GetFullyUnqualifiedType()); in TEST_F()932 cv_bool.GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()937 cv_bool.GetArrayType(42).GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()941 cv_bool.GetPointerType().GetFullyUnqualifiedType()); in TEST_F()946 cv_bool.GetPointerType().GetArrayType(47).GetFullyUnqualifiedType()); in TEST_F()
1009 return TypeImpl(m_static_type.GetFullyUnqualifiedType(), in GetUnqualifiedType()1010 m_dynamic_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()1012 return TypeImpl(m_static_type.GetFullyUnqualifiedType()); in GetUnqualifiedType()
347 CompilerType CompilerType::GetFullyUnqualifiedType() const { in GetFullyUnqualifiedType() function in CompilerType349 return m_type_system->GetFullyUnqualifiedType(m_type); in GetFullyUnqualifiedType()
191 CompilerType GetFullyUnqualifiedType() const;
452 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) = 0;
282 compiler_type.GetFullyUnqualifiedType(); in GetPossibleMatches()
668 GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) override;
4292 TypeSystemClang::GetFullyUnqualifiedType(lldb::opaque_compiler_type_t type) { in GetFullyUnqualifiedType() function in TypeSystemClang