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 306 PreprocessorLexer *ThePPLexer;
315 PreprocessorLexer *ThePPLexer,
321 ThePPLexer(std::move(ThePPLexer)),
329 ThePPLexer(std::move(RHS.ThePPLexer)),
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 59 return ISI.ThePPLexer;
566 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer.
574 FoundLexer = ISI.ThePPLexer;
PPDirectives.cpp 597 ISEntry.ThePPLexer->getFileID())))
636 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID()))) {
    [all...]
PPMacroExpansion.cpp 204 if (Entry.ThePPLexer)
    [all...]

Completed in 86 milliseconds