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;
445 if (ISI.ThePPLexer == 0) continue; // Scan for a real lexer.
453 FoundLexer = ISI.ThePPLexer;
PPMacroExpansion.cpp 179 if (Entry.ThePPLexer)
    [all...]
PPDirectives.cpp 540 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID())))
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 241 PreprocessorLexer *ThePPLexer;
248 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
    [all...]

Completed in 164 milliseconds