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.cpp896 valueCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueCall() argument
898 IgnorableOptional); in valueCall()
902 valueOperatorCall(const std::optional<StatementMatcher> &IgnorableOptional) { in valueOperatorCall() argument
903 return expr(anyOf(isOptionalOperatorCallWithName("*", IgnorableOptional), in valueOperatorCall()
904 isOptionalOperatorCallWithName("->", IgnorableOptional))); in valueOperatorCall()
1142 auto IgnorableOptional = ignorableOptional(Options); in buildDiagnoseMatchSwitch() local
1148 valueCall(IgnorableOptional), in buildDiagnoseMatchSwitch()
1155 .CaseOfCFGStmt<CallExpr>(valueOperatorCall(IgnorableOptional), in buildDiagnoseMatchSwitch()