Searched refs:hasCastKind (Results 1 – 3 of 3) sorted by relevance
433 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))), in findDirectMutation()436 hasCastKind(CK_ArrayToPointerDecay), in findDirectMutation()529 hasCastKind(CK_ArrayToPointerDecay), in findArrayElementMutation()
306 REGISTER_MATCHER(hasCastKind); in RegistryMaps()
6131 AST_MATCHER_P(CastExpr, hasCastKind, CastKind, Kind) { in AST_MATCHER_P() argument