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

  /external/clang/lib/Lex/
PPLexerChange.cpp 59 return ISI.ThePPLexer;
509 if (ISI.ThePPLexer == 0) continue; // Scan for a real lexer.
517 FoundLexer = ISI.ThePPLexer;
PPMacroExpansion.cpp 199 if (Entry.ThePPLexer)
    [all...]
PPDirectives.cpp 611 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID())))
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 283 PreprocessorLexer *ThePPLexer;
290 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
    [all...]

Completed in 35 milliseconds