Searched refs:m_basetype_path (Results 1 – 2 of 2) sorted by relevance
2723 m_basetype_path = basetype_path; in record_access_failure()2738 = locate_field_accessor (m_basetype_path, m_field_decl, const_p); in maybe_suggest_accessor()2744 if (!accessible_p (m_basetype_path, accessor, true)) in maybe_suggest_accessor()
6077 access_failure_info () : m_was_inaccessible (false), m_basetype_path (NULL_TREE), in access_failure_info()6085 tree m_basetype_path; variable