Searched defs:RawLex (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 32 Lexer RawLex(FID, FromFile, SM, LangOpts); in TokenRewriter() local
|
/freebsd-src/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 | 367 NextIdentifierName(Lexer & RawLex,Token & RawToken) NextIdentifierName() argument 389 Lexer RawLex(FileId, FromFile, PP.getSourceManager(), PP.getLangOpts()); Process() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 834 Lexer RawLex(FID, FromFile, SM, LangOpts); findDirectives() local
|
H A D | FrontendActions.cpp | 947 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); ExecuteAction() local
|