Lines Matching refs:cpp
34 namespace cpp namespace
48 const ary::cpp::Class & i_rClass );
50 const ary::cpp::CodeEntity &
53 const ary::cpp::CodeEntity &
56 const ary::cpp::Function &
58 const ary::cpp::Gate & i_rAryGate );
60 const ary::cpp::Function &
62 const ary::cpp::Gate & i_rAryGate );
68 ary::cpp::Type_id i_nTypeid,
69 const ary::cpp::Gate & i_rAryGate );
90 const ary::cpp::Function &
93 ary::cpp::Type_id
101 typedef std::vector<ary::cpp::Type_id>::const_iterator Type_Iterator;
115 ary::cpp::E_ConVol eConVol;
134 inline ary::cpp::Type_id
136 { return IsValid() ? *itTypes : ary::cpp::Type_id(0); } in CurType()
142 { return (eConVol & ary::cpp::CONVOL_const) != 0; } in IsFunctionConst()
145 { return (eConVol & ary::cpp::CONVOL_volatile) != 0; } in IsFunctionVolatile()