Lines Matching refs:hasLHS
270 hasLHS(innerMatcher) in isInUnspecifiedLvalueContext()
303 eachOf(hasLHS(allOf(hasPointerType(), InnerMatcher)), in isInUnspecifiedPointerContext()
312 allOf(hasLHS(hasPointerType()), in isInUnspecifiedPointerContext()
314 eachOf(hasLHS(InnerMatcher), in isInUnspecifiedPointerContext()
709 hasLHS(HasIntegerType)); in matcher()
713 hasLHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()
856 hasLHS(declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
906 hasLHS(declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
1318 hasLHS( in matcher()
1364 binaryOperator(hasOperatorName("+"), hasLHS(ThePtr), in matcher()
1368 hasLHS(integerLiteral().bind(OffsetTag))) in matcher()