clang-tools 22.0.0git
IntegralLiteralExpressionMatcher.cpp File Reference
#include "IntegralLiteralExpressionMatcher.h"
#include <algorithm>
#include <cctype>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::modernize

Functions

static bool clang::tidy::modernize::isIntegralConstant (const Token &Token)
static LiteralSize clang::tidy::modernize::literalTokenSize (const Token &Tok)
static bool clang::tidy::modernize::operator< (LiteralSize LHS, LiteralSize RHS)