Searched defs:RawLex (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 317 StringRef InclusionRewriter::NextIdentifierName(Lexer &RawLex, in NextIdentifierName() 330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude() 410 Lexer RawLex(FileId, &FromFile, PP.getSourceManager(), PP.getLangOpts()); in Process() local
|
H A D | RewriteMacros.cpp | 69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); in LexRawTokensFromMainFile() local
|
/aosp_15_r20/external/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 27 Lexer RawLex(FID, FromFile, SM, LangOpts); in TokenRewriter() local
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 587 Lexer RawLex(FID, FromFile, SM, LangOpts); in findDirectives() local
|
H A D | FrontendActions.cpp | 624 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); in ExecuteAction() local
|