Searched refs:IsAnonymousType (Results 1 – 11 of 11) sorted by relevance
341 ") IsAnonymousType;343 IsAnonymousType ();
266 bool SBType::IsAnonymousType() { in IsAnonymousType() function in SBType267 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsAnonymousType); in IsAnonymousType()271 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType()955 LLDB_REGISTER_METHOD(bool, SBType, IsAnonymousType, ()); in RegisterMethods()
132 bool IsAnonymousType();
37 bool CompilerType::IsAnonymousType() const { in IsAnonymousType() function in CompilerType39 return m_type_system->IsAnonymousType(m_type); in IsAnonymousType()
69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystem
85 bool IsAnonymousType() const;
144 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
558 bool IsAnonymousType(lldb::opaque_compiler_type_t type) override;
2804 bool TypeSystemClang::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() function in TypeSystemClang
587 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
58743 result = (bool)(arg1)->IsAnonymousType(); in _wrap_SBType_IsAnonymousType()