|
clang-tools 22.0.0git
|
#include "AvoidConstParamsInDeclsCheck.h"#include "../utils/LexerUtils.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/Lex/Lexer.h"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 SourceRange | clang::tidy::readability::getTypeRange (const ParmVarDecl &Param) |
| static std::optional< Token > | clang::tidy::readability::findConstToRemove (const ParmVarDecl &Param, const MatchFinder::MatchResult &Result) |