Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp21 if (const auto *LeftRefType = Left->getAs<ReferenceType>()) in areTypesCompatible() local
22 Left = LeftRefType->getPointeeType(); in areTypesCompatible()