clang-tools 19.0.0git
Namespaces | Functions
TimeSubtractionCheck.cpp File Reference
#include "TimeSubtractionCheck.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>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::abseil
 

Functions

static bool clang::tidy::abseil::insideMacroDefinition (const MatchFinder::MatchResult &Result, SourceRange Range)
 
static bool clang::tidy::abseil::isConstructorAssignment (const MatchFinder::MatchResult &Result, const Expr *Node)
 
static bool clang::tidy::abseil::isArgument (const MatchFinder::MatchResult &Result, const Expr *Node)
 
static bool clang::tidy::abseil::isReturn (const MatchFinder::MatchResult &Result, const Expr *Node)
 
static bool clang::tidy::abseil::parensRequired (const MatchFinder::MatchResult &Result, const Expr *Node)