reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
   23   if (const auto *RightRefType = Right->getAs<ReferenceType>())
   24     Right = RightRefType->getPointeeType();
   26          Right->getCanonicalTypeUnqualified();