Searched refs:IsAnonymousType (Results 1 – 11 of 11) sorted by relevance
202 ) lldb::SBType::IsAnonymousType;
169 bool IsAnonymousType();
277 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType282 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
38 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType41 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()
132 bool IsAnonymousType() const;
157 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
641 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
2796 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
68388 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()