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

References

tools/clang/lib/Lex/Lexer.cpp
 1274   if (!Tok || Tok->isNot(TKind))
 1274   if (!Tok || Tok->isNot(TKind))
 1276   SourceLocation TokenLoc = Tok->getLocation();
 1281     const char *TokenEnd = SM.getCharacterData(TokenLoc) + Tok->getLength();
 1298   return TokenLoc.getLocWithOffset(Tok->getLength() + NumWhitespaceChars);