clang-tools 22.0.0git
clang::tidy::objc::PropertyDeclarationCheck Class Reference

#include <PropertyDeclarationCheck.h>

Inheritance diagram for clang::tidy::objc::PropertyDeclarationCheck:
[legend]

Public Member Functions

 PropertyDeclarationCheck (StringRef Name, ClangTidyContext *Context)
bool isLanguageVersionSupported (const LangOptions &LangOpts) const override
void registerMatchers (ast_matchers::MatchFinder *Finder) override
void check (const ast_matchers::MatchFinder::MatchResult &Result) override

Detailed Description

Definition at line 24 of file PropertyDeclarationCheck.h.

Constructor & Destructor Documentation

◆ PropertyDeclarationCheck()

clang::tidy::objc::PropertyDeclarationCheck::PropertyDeclarationCheck ( StringRef Name,
ClangTidyContext * Context )
inline

Definition at line 26 of file PropertyDeclarationCheck.h.

Member Function Documentation

◆ check()

void clang::tidy::objc::PropertyDeclarationCheck::check ( const ast_matchers::MatchFinder::MatchResult & Result)
override

◆ isLanguageVersionSupported()

bool clang::tidy::objc::PropertyDeclarationCheck::isLanguageVersionSupported ( const LangOptions & LangOpts) const
inlineoverride

Definition at line 28 of file PropertyDeclarationCheck.h.

◆ registerMatchers()

void clang::tidy::objc::PropertyDeclarationCheck::registerMatchers ( ast_matchers::MatchFinder * Finder)
override

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