Lines Matching defs:S_OwnerStack
48 struct ContextForAry::S_OwnerStack struct in cpp::ContextForAry
81 bool IsExternC() const { return nExternC > 0; } in IsExternC()
84 typedef std::pair< ary::cpp::Class*, E_Protection > ClassEnv;
85 typedef EStack< ary::cpp::Namespace* > Stack_Namespaces;
86 typedef EStack< ClassEnv > Stack_Classes;
87 typedef ary::cpp::InputContext::Owner Ifc_Owner;
94 Stack_Namespaces aStack_Namespaces;
95 Stack_Classes aStack_Classes;
96 ary::cpp::Enum * pCurEnum;
97 …uintt nExternC; /// This is a number, for the case that extern "C" blo…
100 pOwner_Namespace;
101 Dyn<Owner_Class> pOwner_Class;
102 Ifc_Owner * pOwner_Cur;
148 S_OwnerStack::S_OwnerStack() in S_OwnerStack() function in cpp::ContextForAry::S_OwnerStack