Searched refs:AstStack (Results 1 – 4 of 4) sorted by relevance
32 AstStack::AstStack() in AstStack() function in AstStack39 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()
220 m_pScopes = new AstStack(); in Idlc()
30 class AstStack class33 AstStack();34 virtual ~AstStack();41 AstStack* push(AstScope* pScope);
54 AstStack* scopes() in scopes()121 AstStack* m_pScopes;
Completed in 30 milliseconds