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

/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp818 for (unsigned i = 0, e = MacroExpandingLexersStack.size(); i != e; ++i) {
821 llvm::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
826 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
831 assert(!MacroExpandingLexersStack.empty());
832 size_t tokIndex = MacroExpandingLexersStack.back().second;
836 MacroExpandingLexersStack.pop_back();
H A DPPLexerChange.cpp464 if (!MacroExpandingLexersStack.empty() &&
465 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
/external/clang/include/clang/Lex/
H A DPreprocessor.h360 std::vector<std::pair<TokenLexer *, size_t> > MacroExpandingLexersStack; member in class:clang::Preprocessor

Completed in 87 milliseconds