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

  /external/clang/lib/Lex/
PPLexerChange.cpp 110 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer,
117 CurLexer.reset(TheLexer);
118 CurPPLexer = TheLexer;
PPMacroExpansion.cpp 284 if (Entry.TheLexer)
285 Val = Entry.TheLexer->isNextPPTokenLParen();
    [all...]
Pragma.cpp 417 PreprocessorLexer *TheLexer = getCurrentFileLexer();
420 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
    [all...]
Preprocessor.cpp 145 delete IncludeMacroStack.back().TheLexer;
  /external/clang/include/clang/Lex/
Preprocessor.h 281 Lexer *TheLexer;
290 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 253 milliseconds