clang-tools 19.0.0git
Public Member Functions | List of all members
clang::tidy::modernize::IntegralLiteralExpressionMatcher Class Reference

#include <IntegralLiteralExpressionMatcher.h>

Public Member Functions

 IntegralLiteralExpressionMatcher (ArrayRef< Token > Tokens, bool CommaAllowed)
 
bool match ()
 
LiteralSize largestLiteralSize () const
 

Detailed Description

Definition at line 30 of file IntegralLiteralExpressionMatcher.h.

Constructor & Destructor Documentation

◆ IntegralLiteralExpressionMatcher()

clang::tidy::modernize::IntegralLiteralExpressionMatcher::IntegralLiteralExpressionMatcher ( ArrayRef< Token >  Tokens,
bool  CommaAllowed 
)
inline

Definition at line 32 of file IntegralLiteralExpressionMatcher.h.

Member Function Documentation

◆ largestLiteralSize()

LiteralSize clang::tidy::modernize::IntegralLiteralExpressionMatcher::largestLiteralSize ( ) const

Definition at line 294 of file IntegralLiteralExpressionMatcher.cpp.

◆ match()

bool clang::tidy::modernize::IntegralLiteralExpressionMatcher::match ( )

Definition at line 288 of file IntegralLiteralExpressionMatcher.cpp.


The documentation for this class was generated from the following files: