Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp23 if (const auto *RightRefType = Right->getAs<ReferenceType>()) in areTypesCompatible() local
24 Right = RightRefType->getPointeeType(); in areTypesCompatible()