Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DImplicitConversionInLoopCheck.cpp94 QualType ConstRefType = Context->getLValueReferenceType(ConstType); in reportAndFix() local
101 diag(VD->getBeginLoc(), Message) << VD << ConstRefType; in reportAndFix()