reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
459 L.LexFromRawLexer(Tok); 461 while (Tok.isNot(tok::eof)) { 464 unsigned TokOffs = SM.getFileOffset(Tok.getLocation()); 465 unsigned TokLen = Tok.getLength(); 466 switch (Tok.getKind()) { 473 PP.LookUpIdentifierInfo(Tok); 476 if (Tok.isNot(tok::identifier)) 505 if (!Tok.isAtStartOfLine()) 511 L.LexFromRawLexer(Tok); 512 while (!Tok.isAtStartOfLine() && Tok.isNot(tok::eof)) { 512 while (!Tok.isAtStartOfLine() && Tok.isNot(tok::eof)) { 513 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength(); 513 TokEnd = SM.getFileOffset(Tok.getLocation())+Tok.getLength(); 514 L.LexFromRawLexer(Tok); 526 L.LexFromRawLexer(Tok);