Searched refs:IgnorableOptional (Results 1 – 1 of 1) sorted by relevance
634 valueCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueCall() argument636 IgnorableOptional); in valueCall()640 valueOperatorCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueOperatorCall() argument641 return expr(anyOf(isOptionalOperatorCallWithName("*", IgnorableOptional), in valueOperatorCall()642 isOptionalOperatorCallWithName("->", IgnorableOptional))); in valueOperatorCall()821 auto IgnorableOptional = ignorableOptional(Options); in buildDiagnoseMatchSwitch() local826 valueCall(IgnorableOptional), in buildDiagnoseMatchSwitch()833 .CaseOfCFGStmt<CallExpr>(valueOperatorCall(IgnorableOptional), in buildDiagnoseMatchSwitch()