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 107 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer,
114 CurLexer.reset(TheLexer);
115 CurPPLexer = TheLexer;
PPMacroExpansion.cpp 158 if (Entry.TheLexer)
159 Val = Entry.TheLexer->isNextPPTokenLParen();
    [all...]
Preprocessor.cpp 82 delete IncludeMacroStack.back().TheLexer;
Pragma.cpp 319 PreprocessorLexer *TheLexer = getCurrentFileLexer();
322 HeaderInfo.MarkFileSystemHeader(TheLexer->getFileEntry());
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 221 Lexer *TheLexer;
230 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
    [all...]
  /external/clang/lib/AST/
Expr.cpp 568 Lexer TheLexer(StrTokSpellingLoc, Features, Buffer.begin(), StrData,
571 TheLexer.LexFromRawLexer(TheTok);
    [all...]

Completed in 469 milliseconds