Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp511 QualType commonUnderlyingType() const { return Data.CommonType; } in commonUnderlyingType() function
2233 QualType CommonType = M.commonUnderlyingType(); in check()