Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp85 else if (const auto *CStyleCast = in check() local
87 processExplicitCastExpr(Result, CStyleCast); in check()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsigned-char-misuse.cpp33 int CStyleCast() { in CStyleCast() function