Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1343 bool FoundConversionOperator = false, FoundConvertingCtor = false; in approximateImplicitConversion() local
1353 FoundConversionOperator = true; in approximateImplicitConversion()
1372 if (FoundConversionOperator && FoundConvertingCtor) { in approximateImplicitConversion()