Searched refs:Ignorable (Results 1 – 1 of 1) sorted by relevance
58 llvm::Optional<StatementMatcher> Ignorable = llvm::None) { in isOptionalMemberCallWithName() argument59 auto Exception = unless(Ignorable ? expr(anyOf(*Ignorable, cxxThisExpr())) in isOptionalMemberCallWithName()68 llvm::Optional<StatementMatcher> Ignorable = llvm::None) { in isOptionalOperatorCallWithName() argument72 Ignorable ? callExpr(unless(hasArgument(0, *Ignorable))) : callExpr()); in isOptionalOperatorCallWithName()