HomeSort by relevance Sort by last modified time
    Searched defs:TheLexer (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PPMacroExpansion.cpp 172 if (Entry.TheLexer)
173 Val = Entry.TheLexer->isNextPPTokenLParen();
    [all...]
Pragma.cpp 393 PreprocessorLexer *TheLexer = getCurrentFileLexer();
396 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 250 Lexer *TheLexer;
259 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
    [all...]

Completed in 203 milliseconds