Lines Matching refs:pCe
148 pCe = 0; in Get_AllChildrenSeparated() local
156 pCe = &i_pilot.Find_Ce( (*it).second ); in Get_AllChildrenSeparated()
157 switch (pCe->AryClass()) in Get_AllChildrenSeparated()
160 o_nestedModules.push_back(pCe); in Get_AllChildrenSeparated()
164 o_services.push_back(pCe); in Get_AllChildrenSeparated()
167 o_interfaces.push_back(pCe); in Get_AllChildrenSeparated()
170 o_structs.push_back(pCe); in Get_AllChildrenSeparated()
173 o_exceptions.push_back(pCe); in Get_AllChildrenSeparated()
176 o_enums.push_back(pCe); in Get_AllChildrenSeparated()
179 o_typedefs.push_back(pCe); in Get_AllChildrenSeparated()
182 o_constantGroups.push_back(pCe); in Get_AllChildrenSeparated()
186 o_singletons.push_back(pCe); in Get_AllChildrenSeparated()