Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp704 valueCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueCall() argument
706 IgnorableOptional); in valueCall()
710 valueOperatorCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueOperatorCall() argument
711 return expr(anyOf(isOptionalOperatorCallWithName("*", IgnorableOptional), in valueOperatorCall()
712 isOptionalOperatorCallWithName("->", IgnorableOptional))); in valueOperatorCall()
890 auto IgnorableOptional = ignorableOptional(Options); in buildDiagnoseMatchSwitch() local
895 valueCall(IgnorableOptional), in buildDiagnoseMatchSwitch()
902 .CaseOfCFGStmt<CallExpr>(valueOperatorCall(IgnorableOptional), in buildDiagnoseMatchSwitch()