Lines Matching refs:RawLex
97 StringRef NextIdentifierName(Lexer &RawLex, Token &RawToken);
340 StringRef InclusionRewriter::NextIdentifierName(Lexer &RawLex, in NextIdentifierName() argument
342 RawLex.LexFromRawLexer(RawToken); in NextIdentifierName()
362 Lexer RawLex(FileId, FromFile, PP.getSourceManager(), PP.getLangOpts()); in Process() local
363 RawLex.SetCommentRetentionState(false); in Process()
378 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation()); in Process()
383 RawLex.LexFromRawLexer(RawToken); in Process()
389 RawLex.setParsingPreprocessorDirective(true); in Process()
391 RawLex.LexFromRawLexer(RawToken); in Process()
399 CommentOutDirective(RawLex, HashToken, FromFile, LocalEOL, NextToWrite, in Process()
430 StringRef Identifier = NextIdentifierName(RawLex, RawToken); in Process()
432 if (NextIdentifierName(RawLex, RawToken) == "system_header") { in Process()
434 CommentOutDirective(RawLex, HashToken, FromFile, LocalEOL, in Process()
442 CommentOutDirective(RawLex, HashToken, FromFile, LocalEOL, in Process()
457 RawLex.LexFromRawLexer(RawToken); in Process()
488 RawLex.SetKeepWhitespaceMode(true); in Process()
490 RawLex.LexFromRawLexer(RawToken); in Process()
497 RawLex.SetKeepWhitespaceMode(false); in Process()
504 RawLex.setParsingPreprocessorDirective(false); in Process()
506 RawLex.LexFromRawLexer(RawToken); in Process()