Home
last modified time | relevance | path

Searched refs:m_inheritedInterfaces (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/idlc/source/
H A Dastinterface.cxx69 m_inheritedInterfaces.push_back( in addInheritedInterface()
103 m_inheritedInterfaces = def.m_inheritedInterfaces; in forwardDefined()
123 || m_inheritedInterfaces.size() - m_mandatoryInterfaces in dump()
136 m_inheritedInterfaces.size() - m_mandatoryInterfaces); in dump()
211 {for (InheritedInterfaces::iterator i = m_inheritedInterfaces.begin(); in dump()
212 i != m_inheritedInterfaces.end(); ++i) in dump()
314 ifc->m_inheritedInterfaces.begin()); in checkInheritedInterfaceClashes()
315 i != ifc->m_inheritedInterfaces.end(); ++i) in checkInheritedInterfaceClashes()
379 ifc->m_inheritedInterfaces.begin()); in addVisibleInterface()
380 i != ifc->m_inheritedInterfaces.end(); ++i) in addVisibleInterface()
[all …]
/AOO41X/main/idlc/inc/idlc/
H A Dastinterface.hxx59 { return m_inheritedInterfaces; } in getAllInheritedInterfaces()
129 InheritedInterfaces m_inheritedInterfaces; member in AstInterface