Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp87 } else if (const auto *CStyleCast = in check() local
89 processExplicitCastExpr(Result, CStyleCast); in check()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-signed-char-misuse.cpp33 int CStyleCast() { in CStyleCast() function
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp935 TEST(CStyleCast, MatchesSimpleCase) { in TEST() argument
939 TEST(CStyleCast, DoesNotMatchOtherCasts) { in TEST() argument