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 734 for (unsigned i = 0, e = MacroExpandingLexersStack.size(); i != e; ++i) {
737 llvm::tie(prevLexer, tokIndex) = MacroExpandingLexersStack[i];
742 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
747 assert(!MacroExpandingLexersStack.empty());
748 size_t tokIndex = MacroExpandingLexersStack.back().second;
752 MacroExpandingLexersStack.pop_back();
    [all...]
PPLexerChange.cpp 415 if (!MacroExpandingLexersStack.empty() &&
416 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
  /external/clang/include/clang/Lex/
Preprocessor.h 365 std::vector<std::pair<TokenLexer *, size_t> > MacroExpandingLexersStack;
    [all...]

Completed in 321 milliseconds