clang-tools 22.0.0git
clang::tidy::abseil::DurationDivisionCheck Class Reference

#include <DurationDivisionCheck.h>

Inheritance diagram for clang::tidy::abseil::DurationDivisionCheck:
[legend]

Public Member Functions

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 21 of file DurationDivisionCheck.h.

Member Function Documentation

◆ check()

void clang::tidy::abseil::DurationDivisionCheck::check ( const ast_matchers::MatchFinder::MatchResult & Result)
override

Definition at line 36 of file DurationDivisionCheck.cpp.

◆ isLanguageVersionSupported()

bool clang::tidy::abseil::DurationDivisionCheck::isLanguageVersionSupported ( const LangOptions & LangOpts) const
inlineoverride

Definition at line 24 of file DurationDivisionCheck.h.

◆ registerMatchers()

void clang::tidy::abseil::DurationDivisionCheck::registerMatchers ( ast_matchers::MatchFinder * Finder)
override

Definition at line 18 of file DurationDivisionCheck.cpp.


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