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     [all...]
PPLexerChange.cpp 527 if (!MacroExpandingLexersStack.empty() &&
528 MacroExpandingLexersStack.back().first == CurTokenLexer.get())
  /external/clang/include/clang/Lex/
Preprocessor.h 598 std::vector<std::pair<TokenLexer *, size_t> > MacroExpandingLexersStack;
    [all...]

Completed in 172 milliseconds