Searched refs:ignoringImpCasts (Results 1 – 4 of 4) sorted by relevance
357 hasEitherOperand(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()361 cxxFoldExpr(hasFoldInit(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
804 varDecl(hasInitializer(ignoringImpCasts( in matcher()1165 return expr(isInUnspecifiedPointerContext(expr(ignoringImpCasts( in matcher()1276 return stmt(isInUnspecifiedPointerContext(expr(ignoringImpCasts( in matcher()1316 return stmt(isInUnspecifiedUntypedContext(expr(ignoringImpCasts( in matcher()1361 ignoringImpCasts(declRefExpr(toSupportedVariable()). in matcher()
387 REGISTER_MATCHER(ignoringImpCasts); in RegistryMaps()
923 AST_MATCHER_P(Expr, ignoringImpCasts, in AST_MATCHER_P() argument