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

  /external/clang/include/clang/Lex/
Preprocessor.h 330 PreprocessorLexer *ThePPLexer;
339 PreprocessorLexer *ThePPLexer,
345 ThePPLexer(std::move(ThePPLexer)),
353 ThePPLexer(std::move(RHS.ThePPLexer)),
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 60 return ISI.ThePPLexer;
572 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer.
580 FoundLexer = ISI.ThePPLexer;
PPDirectives.cpp 653 if ((FileEnt = ISEntry.ThePPLexer->getFileEntry()))
714 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) {
    [all...]
PPMacroExpansion.cpp 406 if (Entry.ThePPLexer)
    [all...]

Completed in 41 milliseconds