clang-tools 20.0.0git
|
#include "UseTrailingReturnTypeCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Tooling/FixIt.h"
#include "llvm/ADT/StringExtras.h"
#include <cctype>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::modernize |
Functions | |
static SourceLocation | clang::tidy::modernize::expandIfMacroId (SourceLocation Loc, const SourceManager &SM) |
static bool | clang::tidy::modernize::isCvr (Token T) |
static bool | clang::tidy::modernize::isSpecifier (Token T) |
static std::optional< ClassifiedToken > | clang::tidy::modernize::classifyToken (const FunctionDecl &F, Preprocessor &PP, Token Tok) |
static bool | clang::tidy::modernize::hasAnyNestedLocalQualifiers (QualType Type) |
Variables | |
constexpr llvm::StringLiteral | clang::tidy::modernize::Message |
bool Collision = false |
Definition at line 28 of file UseTrailingReturnTypeCheck.cpp.