Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp346 RawLex.LexFromRawLexer(RawToken); in NextIdentifierName()
348 PP.LookUpIdentifierInfo(RawToken); in NextIdentifierName()
349 if (RawToken.is(tok::identifier)) in NextIdentifierName()
386 Token RawToken; in Process() local
387 RawLex.LexFromRawLexer(RawToken); in Process()
391 while (RawToken.isNot(tok::eof)) { in Process()
392 if (RawToken.is(tok::hash) && RawToken.isAtStartOfLine()) { in Process()
394 Token HashToken = RawToken; in Process()
462 } while (!RawToken.is(tok::eod) && RawToken.isNot(tok::eof)); in Process()
495 } while (RawToken.isNot(tok::eod) && RawToken.isNot(tok::eof)); in Process()
[all …]