Lines Matching refs:InNamespaceTree
63 struct InNamespaceTree struct
82 InNamespaceTree(
85 ~InNamespaceTree();
95 InNamespaceTree::InNamespaceTree( const ary::cpp::Namespace & i_rNsp ) in InNamespaceTree() function in __anon4349990b0111::InNamespaceTree
104 InNamespaceTree::~InNamespaceTree() in ~InNamespaceTree()
109 InNamespaceTree::GoDown( const ary::cpp::Namespace & i_rNsp ) in GoDown()
118 InNamespaceTree::GoDown( const ary::cpp::Class & i_rClass ) in GoDown()
126 InNamespaceTree::GoUp() in GoUp()
162 Dyn<InNamespaceTree>
179 const Dyn<InNamespaceTree> &
181 Dyn<InNamespaceTree> &
257 pi->NspEnv() = new InNamespaceTree( Gate().Ces().GlobalNamespace() ); in MoveDir_2Names()
383 pi->NspEnv()->eType = InNamespaceTree::t_namespace; in SetFile_CurNamespace()
392 pi->NspEnv()->eType = InNamespaceTree::t_type; in SetFile_Class()
401 pi->NspEnv()->eType = InNamespaceTree::t_type; in SetFile_Enum()
410 pi->NspEnv()->eType = InNamespaceTree::t_type; in SetFile_Typedef()
425 pi->NspEnv()->eType = InNamespaceTree::t_operations; in SetFile_Operations()
440 pi->NspEnv()->eType = InNamespaceTree::t_data; in SetFile_Data()