HomeSort by relevance Sort by last modified time
    Searched refs:MacroExpandingLexersStack (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPMacroExpansion.cpp 799 for (unsigned i = 0, e = MacroExpandingLexersStack.size(); i != e; ++i) {
802 std::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
807 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
812 assert(!MacroExpandingLexersStack.empty());
813 size_t tokIndex = MacroExpandingLexersStack.back().second;
817 MacroExpandingLexersStack.pop_back();
    [all...]
PPLexerChange.cpp 513 if (!MacroExpandingLexersStack.empty() &&
514 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
  /external/clang/include/clang/Lex/
Preprocessor.h 421 std::vector<std::pair<TokenLexer *, size_t> > MacroExpandingLexersStack;
    [all...]

Completed in 35 milliseconds