clang-tools 23.0.0git
clang::tidy::matchers::MatchesAnyListedRegexNameMatcher::NameMatcher Class Reference

#include <Matchers.h>

Public Member Functions

 NameMatcher (const StringRef Regex)
bool match (const NamedDecl &ND) const

Detailed Description

Definition at line 89 of file clang-tidy/utils/Matchers.h.

Constructor & Destructor Documentation

◆ NameMatcher()

clang::tidy::matchers::MatchesAnyListedRegexNameMatcher::NameMatcher::NameMatcher ( const StringRef Regex)
inline

Definition at line 105 of file clang-tidy/utils/Matchers.h.

Member Function Documentation

◆ match()

bool clang::tidy::matchers::MatchesAnyListedRegexNameMatcher::NameMatcher::match ( const NamedDecl & ND) const
inline

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