Searched defs:RawLex (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 27 Lexer RawLex(FID, FromFile, SM, LangOpts); in TokenRewriter() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 301 StringRef InclusionRewriter::NextIdentifierName(Lexer &RawLex, in NextIdentifierName() 314 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude() 394 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
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 589 Lexer RawLex(FID, FromFile, SM, LangOpts); in findDirectives() local
|
H A D | FrontendActions.cpp | 575 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts()); in ExecuteAction() local
|