Searched refs:ignoringParenImpCasts (Results 1 – 9 of 9) sorted by relevance
199 auto CSuspiciousNumberObjectExprM = expr(ignoringParenImpCasts( in checkASTCodeBody()207 expr(ignoringParenImpCasts( in checkASTCodeBody()219 expr(ignoringParenImpCasts( in checkASTCodeBody()264 expr(ignoringParenImpCasts(expr(hasType(SuspiciousScalarTypeM)))); in checkASTCodeBody()279 ignoringParenImpCasts( in checkASTCodeBody()
187 ignoringParenImpCasts(ReferencedParamM)) in checkASTCodeBody()193 ignoringParenImpCasts(ReferencedParamM)); in checkASTCodeBody()
65 return hasLHS(ignoringParenImpCasts( in bindAssignmentToDecl()
91 hasEitherOperand(ignoringParenImpCasts( in simpleCondition()95 ignoringParenImpCasts(integerLiteral().bind("boundNum")))) in simpleCondition()103 hasUnaryOperand(ignoringParenImpCasts( in changeIntBoundNode()106 hasLHS(ignoringParenImpCasts( in changeIntBoundNode()151 varDecl(allOf(hasInitializer(ignoringParenImpCasts( in forLoopMatcher()156 hasRHS(ignoringParenImpCasts( in forLoopMatcher()
624 hasLHS(ignoringParenImpCasts( in potentiallyWritesIntoIvar()
577 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()617 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()656 hasBase(ignoringParenImpCasts( in matcher()853 hasRHS(ignoringParenImpCasts( in matcher()902 hasRHS(ignoringParenImpCasts( in matcher()1051 ignoringParenImpCasts(declRefExpr(ArrayOrPtr, toSupportedVariable()))); in matcher()1092 auto target = expr(ignoringParenImpCasts( in matcher()1127 has(expr(ignoringParenImpCasts( in matcher()1169 ignoringParenImpCasts(declRefExpr(toSupportedVariable())))))) in matcher()
694 auto SmartPtrUse = expr(ignoringParenImpCasts(cxxOperatorCallExpr( in ignorableOptional()
390 REGISTER_MATCHER(ignoringParenImpCasts); in RegistryMaps()
970 AST_MATCHER_P(Expr, ignoringParenImpCasts, in AST_MATCHER_P() argument