Searched defs:RawLex (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 32 Lexer RawLex(FID, FromFile, SM, LangOpts); in TokenRewriter() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteMacros.cpp | 68 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); in LexRawTokensFromMainFile() local
|
H A D | InclusionRewriter.cpp | 369 StringRef InclusionRewriter::NextIdentifierName(Lexer &RawLex, in NextIdentifierName() 391 Lexer RawLex(FileId, FromFile, PP.getSourceManager(), PP.getLangOpts()); in Process() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 839 Lexer RawLex(FID, FromFile, SM, LangOpts); in findDirectives() local
|
H A D | FrontendActions.cpp | 982 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); in ExecuteAction() local
|