Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp369 RawLex.LexFromRawLexer(RawToken); in NextIdentifierName()
371 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()
372 if (RawToken.is(tok::identifier)) in NextIdentifierName()
409 Token RawToken; in Process() local
410 RawLex.LexFromRawLexer(RawToken); in Process()
414 while (RawToken.isNot(tok::eof)) { in Process()
415 if (RawToken.is(tok::hash) && RawToken.isAtStartOfLine()) { in Process()
417 Token HashToken = RawToken; in Process()
491 } while (!RawToken.is(tok::eod) && RawToken.isNot(tok::eof)); in Process()
524 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof)); in Process()
[all …]