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 324 PreprocessorLexer *ThePPLexer;
333 PreprocessorLexer *ThePPLexer,
339 ThePPLexer(std::move(ThePPLexer)),
347 ThePPLexer(std::move(RHS.ThePPLexer)),
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 59 return ISI.ThePPLexer;
558 if (ISI.ThePPLexer == nullptr) continue; // Scan for a real lexer.
566 FoundLexer = ISI.ThePPLexer;
PPDirectives.cpp 657 ISEntry.ThePPLexer->getFileID())))
718 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID()))) {
    [all...]
PPMacroExpansion.cpp 211 if (Entry.ThePPLexer)
    [all...]

Completed in 55 milliseconds