Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExpectedState

1741                                         StringRef ExpectedState,
1746 ExpectedState << ObservedState);
1751 void warnParamTypestateMismatch(SourceLocation Loc, StringRef ExpectedState,
1755 diag::warn_param_typestate_mismatch) << ExpectedState << ObservedState);
1768 void warnReturnTypestateMismatch(SourceLocation Loc, StringRef ExpectedState,
1772 diag::warn_return_typestate_mismatch) << ExpectedState << ObservedState);