Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignedCharMisuseCheck.cpp67 const auto StaticCastExpr = cxxStaticCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
74 expr(anyOf(ImplicitCastExpr, CStyleCastExpr, StaticCastExpr, in charCastExpression()