Home
last modified time | relevance | path

Searched refs:changeVarDeclToReference (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DForRangeCopyCheck.cpp92 << utils::fixit::changeVarDeclToReference(LoopVar, Context); in handleConstValueCopy()
127 Diag << *Fix << utils::fixit::changeVarDeclToReference(LoopVar, Context); in handleCopyIsOnlyConstReferenced()
H A DUnnecessaryValueParamCheck.cpp148 Diag << utils::fixit::changeVarDeclToReference(CurrentParam, in check()
H A DUnnecessaryCopyInitialization.cpp36 Diagnostic << utils::fixit::changeVarDeclToReference(Var, Context); in recordFixes()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DFixItHintUtils.h22 FixItHint changeVarDeclToReference(const VarDecl &Var, ASTContext &Context);
H A DFixItHintUtils.cpp19 FixItHint changeVarDeclToReference(const VarDecl &Var, ASTContext &Context) { in changeVarDeclToReference() function