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 331 PreprocessorLexer *ThePPLexer;
340 PreprocessorLexer *ThePPLexer,
346 ThePPLexer(std::move(ThePPLexer)),
354 ThePPLexer(std::move(RHS.ThePPLexer)),
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 60 return ISI.ThePPLexer;
571 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer.
579 FoundLexer = ISI.ThePPLexer;
PPDirectives.cpp 791 if ((FileEnt = ISEntry.ThePPLexer->getFileEntry()))
    [all...]
PPMacroExpansion.cpp 406 if (Entry.ThePPLexer)
    [all...]

Completed in 2706 milliseconds