clang-tools 19.0.0git
Namespaces | Functions
MoveConstArgCheck.cpp File Reference
#include "MoveConstArgCheck.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::performance
 

Functions

static void clang::tidy::performance::replaceCallWithArg (const CallExpr *Call, DiagnosticBuilder &Diag, const SourceManager &SM, const LangOptions &LangOpts)
 
bool clang::tidy::performance::IsRValueReferenceParam (const Expr *Invocation, const QualType *InvocationParmType, const Expr *Arg)