Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:mContextStack

67 	for (size_t i = 0; i < mContextStack.size(); ++i)
69 delete mContextStack[i];
158 while (!mContextStack.empty() && mContextStack.back()->empty())
163 if (!mContextStack.empty())
165 *token = mContextStack.back()->get();
175 if (!mContextStack.empty())
177 MacroContext* context = mContextStack.back();
216 mContextStack.push_back(context);
222 assert(!mContextStack.empty());
224 MacroContext* context = mContextStack.back();
225 mContextStack.pop_back();