Home
last modified time | relevance | path

Searched refs:RawToken (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp342 RawLex.LexFromRawLexer(RawToken); in NextIdentifierName()
344 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()
345 if (RawToken.is(tok::identifier)) in NextIdentifierName()
382 Token RawToken; in Process() local
383 RawLex.LexFromRawLexer(RawToken); in Process()
387 while (RawToken.isNot(tok::eof)) { in Process()
388 if (RawToken.is(tok::hash) && RawToken.isAtStartOfLine()) { in Process()
390 Token HashToken = RawToken; in Process()
458 } while (!RawToken.is(tok::eod) && RawToken.isNot(tok::eof)); in Process()
491 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof)); in Process()
[all …]