HomeSort by: relevance | last modified time | path
    Searched refs:MacroExpandingLexersStack (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 552 if (!MacroExpandingLexersStack.empty() &&
553 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
PPMacroExpansion.cpp 1053 for (const auto &Lexer : MacroExpandingLexersStack) {
1061 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex));
1066 assert(!MacroExpandingLexersStack.empty());
1067 size_t tokIndex = MacroExpandingLexersStack.back().second;
1071 MacroExpandingLexersStack.pop_back();
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 844 std::vector<std::pair<TokenLexer *, size_t>> MacroExpandingLexersStack;

Completed in 25 milliseconds