clang-tools 20.0.0git
|
#include <IntegralLiteralExpressionMatcher.h>
Public Member Functions | |
IntegralLiteralExpressionMatcher (ArrayRef< Token > Tokens, bool CommaAllowed) | |
bool | match () |
LiteralSize | largestLiteralSize () const |
Definition at line 30 of file IntegralLiteralExpressionMatcher.h.
|
inline |
Definition at line 32 of file IntegralLiteralExpressionMatcher.h.
LiteralSize clang::tidy::modernize::IntegralLiteralExpressionMatcher::largestLiteralSize | ( | ) | const |
Definition at line 294 of file IntegralLiteralExpressionMatcher.cpp.
bool clang::tidy::modernize::IntegralLiteralExpressionMatcher::match | ( | ) |
Definition at line 288 of file IntegralLiteralExpressionMatcher.cpp.