Searched refs:hasLHS (Results 1 – 7 of 7) sorted by relevance
106 hasLHS(ignoringParenImpCasts( in changeIntBoundNode()154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
531 hasLHS(ignoringParenImpCasts( in potentiallyWritesIntoIvar()
184 hasLHS(unaryOperator( in checkASTCodeBody()
268 hasLHS(SuspiciousScalarExprM), in checkASTCodeBody()
387 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()516 hasLHS(equalsNode(Exp))))) in findMemberMutation()766 hasLHS(expr(hasType(NonConstPointerOrDependentType))), in findPointeeToNonConst()
6019 hasLHS, in AST_POLYMORPHIC_MATCHER_P() argument6054 anyOf(hasLHS(InnerMatcher), hasRHS(InnerMatcher))) in AST_POLYMORPHIC_MATCHER_P()6075 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()6076 allOf(hasRHS(Matcher1), hasLHS(Matcher2)))) in AST_POLYMORPHIC_MATCHER_P2()
336 REGISTER_MATCHER(hasLHS); in RegistryMaps()