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 168 if (Entry.TheLexer)
169 Val = Entry.TheLexer->isNextPPTokenLParen();
    [all...]
Pragma.cpp 390 PreprocessorLexer *TheLexer = getCurrentFileLexer();
393 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
    [all...]
Preprocessor.cpp 80 delete IncludeMacroStack.back().TheLexer;
  /external/clang/include/clang/Lex/
Preprocessor.h 239 Lexer *TheLexer;
248 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
    [all...]
  /external/clang/lib/AST/
Expr.cpp 713 Lexer TheLexer(StrTokSpellingLoc, Features, Buffer.begin(), StrData,
716 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 98 milliseconds