Searched refs:IsAnonymousType (Results 1 – 11 of 11) sorted by relevance
202 ) lldb::SBType::IsAnonymousType;
138 bool IsAnonymousType();
259 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType264 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()
132 bool IsAnonymousType() const;
152 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
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()
634 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
2788 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
602 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
65190 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()