Searched refs:explicitCastExpr (Results 1 – 18 of 18) sorted by relevance
30 callExpr(IntType), explicitCastExpr(IntType), UnaryOperators); in registerMatchers()
37 const auto ExplicitCast = explicitCastExpr(hasDestinationType(isInteger()), in registerMatchers()
60 unless(hasParentIgnoringImpCasts(explicitCastExpr())), in registerMatchers()
37 anyOf(hasParent(explicitCastExpr().bind("cast")), anything()))), in registerMatchers()
47 explicitCastExpr(hasDescendant(ImplicitCastToNull))), in makeCastSequenceMatcher()48 unless(hasAncestor(explicitCastExpr()))) in makeCastSequenceMatcher()
233 unless(has(varDecl(unless(hasInitializer(explicitCastExpr())))))) in makeDeclWithCastMatcher()
301 explicitCastExpr(hasSourceExpression(ignoringParenImpCasts( in makePseudoArrayLoopMatcher()
315 explicitCastExpr(allOf(hasType(SuspiciousScalarBooleanTypeM), in checkASTCodeBody()319 explicitCastExpr(allOf(hasType(SuspiciousScalarNumberTypeM), in checkASTCodeBody()
55 hasParent(explicitCastExpr(hasDestinationType(booleanType()))))); in registerMatchers()
266 hasParent(explicitCastExpr()))); in registerMatchers()
412 explicitCastExpr( in findCastMutation()424 anyOf(explicitCastExpr( in findCastMutation()
177 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
224 REGISTER_MATCHER(explicitCastExpr); in RegistryMaps()
933 explicitCastExpr; variable
1252 explicitCastExpr( in TEST()
1897 ExplicitCastExpr> explicitCastExpr; variable
2530 explicitCastExpr;
3194 explicitCastExpr(hasSourceExpression( in TEST()