#include "UseRangesCheck.h"
#include "Matchers.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchersInternal.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <optional>
#include <string>
Go to the source code of this file.
|
static constexpr const char | BoundCall [] = "CallExpr" |
|
static constexpr const char | FuncDecl [] = "FuncDecl" |
|
static constexpr const char | ArgName [] = "ArgName" |
|
◆ ArgName
constexpr const char ArgName[] = "ArgName" |
|
staticconstexpr |
◆ BoundCall
constexpr const char BoundCall[] = "CallExpr" |
|
staticconstexpr |
◆ FuncDecl
constexpr const char FuncDecl[] = "FuncDecl" |
|
staticconstexpr |
Definition at line 37 of file utils/UseRangesCheck.cpp.
Referenced by clang::tidy::utils::ExceptionSpecAnalyzer::analyze(), clang::tidy::utils::castMismatchedIntegerTypes(), clang::tidy::utils::UseRangesCheck::check(), clang::tidy::performance::NoexceptFunctionBaseCheck::check(), clang::tidy::abseil::DurationConversionCastCheck::check(), clang::tidy::abseil::DurationSubtractionCheck::check(), clang::tidy::bugprone::UncheckedOptionalAccessCheck::check(), clang::tidy::bugprone::UnsafeFunctionsCheck::check(), clang::tidy::cert::StrToNumCheck::check(), clang::tidy::llvm_libc::CalleeNamespaceCheck::check(), clang::tidy::llvm_libc::InlineFunctionDeclCheck::check(), clang::tidy::modernize::UseNoexceptCheck::check(), clang::tidy::bugprone::determineMoveType(), clang::tidy::utils::lexer::getLocationForNoexceptSpecifier(), clang::tidy::utils::UseRangesCheck::registerMatchers(), and clang::tidy::modernize::MinMaxUseInitializerListCheck::registerMatchers().