Searched refs:MacroExpandingLexersStack (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp792 for (unsigned i = 0, e = MacroExpandingLexersStack.size(); i != e; ++i) {
795 std::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
800 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
805 assert(!MacroExpandingLexersStack.empty());
806 size_t tokIndex = MacroExpandingLexersStack.back().second;
810 MacroExpandingLexersStack.pop_back();
H A DPPLexerChange.cpp521 if (!MacroExpandingLexersStack.empty() &&
522 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
/external/clang/include/clang/Lex/
H A DPreprocessor.h403 std::vector<std::pair<TokenLexer *, size_t> > MacroExpandingLexersStack; member in class:clang::Preprocessor

Completed in 577 milliseconds