Home
last modified time | relevance | path

Searched refs:IgnorableOptional (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp634 valueCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueCall() argument
636 IgnorableOptional); in valueCall()
640 valueOperatorCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueOperatorCall() argument
641 return expr(anyOf(isOptionalOperatorCallWithName("*", IgnorableOptional), in valueOperatorCall()
642 isOptionalOperatorCallWithName("->", IgnorableOptional))); in valueOperatorCall()
821 auto IgnorableOptional = ignorableOptional(Options); in buildDiagnoseMatchSwitch() local
826 valueCall(IgnorableOptional), in buildDiagnoseMatchSwitch()
833 .CaseOfCFGStmt<CallExpr>(valueOperatorCall(IgnorableOptional), in buildDiagnoseMatchSwitch()