Lines Matching refs:cpp

82 ShortDocu( const ary::cpp::CodeEntity & i_rCe )  in ShortDocu()
108 const ary::cpp::Class & i_rClass ) in ChildList_Display()
120 const ary::cpp::Enum & i_rEnum ) in ChildList_Display()
161 ary::cpp::E_ClassKey i_eFilter ) in Run_GlobalClasses()
225 ary::cpp::E_ClassKey i_eFilter ) in Run_MemberClasses()
256 ChildList_Display::do_Process( const ary::cpp::Namespace & i_rData ) in do_Process()
265 ChildList_Display::do_Process( const ary::cpp::Class & i_rData ) in do_Process()
277 if ( i_rData.Protection() == ary::cpp::PROTECT_global ) in do_Process()
307 ChildList_Display::do_Process( const ary::cpp::Enum & i_rData ) in do_Process()
313 if ( i_rData.Protection() == ary::cpp::PROTECT_global ) in do_Process()
331 ChildList_Display::do_Process( const ary::cpp::Typedef & i_rData ) in do_Process()
337 if ( i_rData.Protection() == ary::cpp::PROTECT_global ) in do_Process()
355 ChildList_Display::do_Process( const ary::cpp::Function & i_rData ) in do_Process()
361 if ( i_rData.Protection() == ary::cpp::PROTECT_global ) in do_Process()
404 ChildList_Display::do_Process( const ary::cpp::Variable & i_rData ) in do_Process()
410 if ( i_rData.Protection() == ary::cpp::PROTECT_global ) in do_Process()
445 ChildList_Display::do_Process( const ary::cpp::EnumValue & i_rData ) in do_Process()
479 const ary::cpp::Gate *
524 ChildList_Display::GetArea( ary::cpp::E_Protection i_eProtection ) in GetArea()
528 case ary::cpp::PROTECT_public: in GetArea()
530 case ary::cpp::PROTECT_protected: in GetArea()
532 case ary::cpp::PROTECT_private: in GetArea()
572 Table * pTable = aArea.ReleaseTable( ary::cpp::CK_class ); in PerformResult()
575 pTable = aArea.ReleaseTable( ary::cpp::CK_struct ); in PerformResult()
578 pTable = aArea.ReleaseTable( ary::cpp::CK_union ); in PerformResult()