Home | History | Annotate | Download | only in Frontend

Lines Matching full:lexer

76   void CommentOutDirective(Lexer &DirectivesLex, const Token &StartToken,
79 bool HandleHasInclude(FileID FileId, Lexer &RawLex,
83 StringRef NextIdentifierName(Lexer &RawLex, Token &RawToken);
242 void InclusionRewriter::CommentOutDirective(Lexer &DirectiveLex,
265 StringRef InclusionRewriter::NextIdentifierName(Lexer &RawLex,
278 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
289 // Since the raw lexer doesn't give us angle_literals we have to parse them
345 /// Use a raw lexer to analyze \p FileId, incrementally copying parts of it
355 Lexer RawLex(FileId, &FromFile, PP.getSourceManager(), PP.getLangOpts());
370 // the lexer handled a BOM.