Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp403 bool IsParamReference = ParamType->isReferenceType(); in areTypesCompatible() local
437 if (IsParamReference && ParamType->isArrayType()) in areTypesCompatible()
441 !IsParamReference || ParamType.getNonReferenceType().isConstQualified(); in areTypesCompatible()