Home
last modified time | relevance | path

Searched refs:SourceParam (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineInline.cpp237 const NamedDecl *SourceParam) { in renameParameters() argument
239 if (DestParam->getName() == SourceParam->getName()) in renameParameters()
250 NewName.append(std::string(SourceParam->getName())); in renameParameters()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DInconsistentDeclarationParameterNameCheck.cpp65 const ParmVarDecl *SourceParam, const FunctionDecl *OriginalDeclaration) { in checkIfFixItHintIsApplicable() argument
78 if (!SourceParam->isReferenced()) in checkIfFixItHintIsApplicable()