#include "DurationFactoryFloatCheck.h"
#include "DurationRewriter.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
#include "clang/Tooling/FixIt.h"
#include <optional>
usingnamespaceclang::ast_matchers;
namespace clang::tidy::abseil {
static bool insideMacroDefinition(const MatchFinder::MatchResult &Result,
SourceRange Range) { … }
void DurationFactoryFloatCheck::registerMatchers(MatchFinder *Finder) { … }
void DurationFactoryFloatCheck::check(const MatchFinder::MatchResult &Result) { … }
}