Searched refs:cStyleCastExpr (Results 1 – 16 of 16) sorted by relevance
33 unless(hasParent(cStyleCastExpr())), in registerMatchers()
36 cStyleCastExpr(hasDestinationType( in registerMatchers()
29 cStyleCastExpr(hasSourceExpression(CallMatcher)).bind("cast_expr"), in registerMatchers()
193 cStyleCastExpr( in stripFloatCast()
34 cStyleCastExpr(unless(isInTemplateInstantiation())).bind("cast"), this); in registerMatchers()
106 cStyleCastExpr( in checkASTCodeBody()
60 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression()
102 cStyleCastExpr( in StringviewNullptrCheckImpl()
37 IsAlwaysFalse, cStyleCastExpr(has(ignoringParenImpCasts(IsAlwaysFalse))) in registerMatchers()
25 cStyleCastExpr( in registerMatchers()
60 cStyleCastExpr(CastDestinationIsFunction).bind(CStyleCastId), this); in registerMatchers()
157 REGISTER_MATCHER(cStyleCastExpr); in RegistryMaps()
1295 EXPECT_TRUE(matches("int i = (int) 2.2f;", cStyleCastExpr())); in TEST_P()1308 cStyleCastExpr())); in TEST_P()
971 cStyleCastExpr; variable
557 cStyleCastExpr(hasSourceExpression(vaArgExpr()))))); in TEST_P()605 cStyleCastExpr(has(cxxDependentScopeMemberExpr()))))); in TEST_P()614 cStyleCastExpr(has(cxxDependentScopeMemberExpr()))))); in TEST_P()2964 has(cStyleCastExpr(has(dependentScopeDeclRefExpr()))))))))); in TEST_P()
2610 cStyleCastExpr;