Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp58 llvm::Optional<StatementMatcher> Ignorable = llvm::None) { in isOptionalMemberCallWithName() argument
59 auto Exception = unless(Ignorable ? expr(anyOf(*Ignorable, cxxThisExpr())) in isOptionalMemberCallWithName()
68 llvm::Optional<StatementMatcher> Ignorable = llvm::None) { in isOptionalOperatorCallWithName() argument
72 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName()