reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/TokenLexer.cpp
  738           isWideStringLiteralFromMacro(LHSTok, TokenStream[CurIdx]))) &&
  747     LHSTok.clearFlag(Token::LeadingSpace);
  751   SourceLocation StartLoc = LHSTok.getLocation();
  770     Buffer.resize(LHSTok.getLength() + RHS.getLength());
  775     unsigned LHSLen = PP.getSpelling(LHSTok, BufPtr, &Invalid);
  807     if (LHSTok.isAnyIdentifier() && RHS.isAnyIdentifier()) {
  858         if (PP.getLangOpts().MicrosoftExt && LHSTok.is(tok::slash) &&
  860           HandleMicrosoftCommentPaste(LHSTok, Loc);
  885     Result.setFlagValue(Token::StartOfLine , LHSTok.isAtStartOfLine());
  886     Result.setFlagValue(Token::LeadingSpace, LHSTok.hasLeadingSpace());
  890     LHSTok = Result;
  911   LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc,
  911   LHSTok.setLocation(SM.createExpansionLoc(LHSTok.getLocation(), StartLoc, EndLoc,
  912                                         LHSTok.getLength()));
  917   if (LHSTok.is(tok::raw_identifier)) {
  920     PP.LookUpIdentifierInfo(LHSTok);