clang-tools 22.0.0git
|
#include "QualifiedAutoCheck.h"
#include "../utils/LexerUtils.h"
#include "../utils/Matchers.h"
#include "../utils/OptionsUtils.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "llvm/ADT/SmallVector.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::readability |
Functions | |
static std::optional< Token > | clang::tidy::readability::findQualToken (const VarDecl *Decl, Qualifier Qual, const MatchFinder::MatchResult &Result) |
static std::optional< SourceRange > | clang::tidy::readability::getTypeSpecifierLocation (const VarDecl *Var, const MatchFinder::MatchResult &Result) |
static std::optional< SourceRange > | clang::tidy::readability::mergeReplacementRange (SourceRange &TypeSpecifier, const Token &ConstToken) |
static bool | clang::tidy::readability::isPointerConst (QualType QType) |
static bool | clang::tidy::readability::isAutoPointerConst (QualType QType) |