Lines Matching refs:i_ce
97 struct_cast( const CodeEntity & i_ce ) in struct_cast() argument
99 csv_assert( i_ce.AryClass() == Struct::class_id ); in struct_cast()
100 return static_cast< const Struct& >(i_ce); in struct_cast()
104 attr::Base( const CodeEntity & i_ce ) in Base() argument
106 return struct_cast(i_ce).nBase; in Base()
111 const CodeEntity & i_ce ) in Get_Elements() argument
113 o_result = new SCI_Vector<Ce_id>( struct_cast(i_ce).aElements ); in Get_Elements()
119 const CodeEntity & i_ce ) in Get_Derivations() argument
121 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_Derivations)); in Get_Derivations()
126 const CodeEntity & i_ce ) in Get_SynonymTypedefs() argument
128 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_SynonymTypedefs)); in Get_SynonymTypedefs()
133 const CodeEntity & i_ce ) in Get_AsReturns() argument
135 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_AsReturns)); in Get_AsReturns()
140 const CodeEntity & i_ce ) in Get_AsParameters() argument
142 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_AsParameters)); in Get_AsParameters()
147 const CodeEntity & i_ce ) in Get_AsDataTypes() argument
149 o_result = new SCI_Vector<Ce_id>(i_ce.Secondaries().List(struct_2s_AsDataTypes)); in Get_AsDataTypes()