Home
last modified time | relevance | path

Searched refs:AstStack (Results 1 – 4 of 4) sorted by relevance

/trunk/main/idlc/source/
H A Daststack.cxx32 AstStack::AstStack() in AstStack() function in AstStack
39 AstStack::~AstStack() in ~AstStack()
50 sal_uInt32 AstStack::depth() in depth()
55 AstScope* AstStack::top() in top()
62 AstScope* AstStack::bottom() in bottom()
69 AstScope* AstStack::nextToTop() in nextToTop()
83 AstScope* AstStack::topNonNull() in topNonNull()
93 AstStack* AstStack::push(AstScope* pScope) in push()
120 void AstStack::pop() in pop()
129 void AstStack::clear() in clear()
H A Didlc.cxx220 m_pScopes = new AstStack(); in Idlc()
/trunk/main/idlc/inc/idlc/
H A Daststack.hxx30 class AstStack class
33 AstStack();
34 virtual ~AstStack();
41 AstStack* push(AstScope* pScope);
H A Didlc.hxx54 AstStack* scopes() in scopes()
121 AstStack* m_pScopes;

Completed in 20 milliseconds