Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp92 const std::optional<StatementMatcher> &Ignorable = std::nullopt) { in isOptionalMemberCallWithNameMatcher() argument
93 auto Exception = unless(Ignorable ? expr(anyOf(*Ignorable, cxxThisExpr())) in isOptionalMemberCallWithNameMatcher()
104 const std::optional<StatementMatcher> &Ignorable = std::nullopt) { in isOptionalOperatorCallWithName() argument
108 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName()