clang-tools
11.0.0
|
#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"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
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) |