Searched defs:ObservedState (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DConsumed.h69 /// \param ObservedState -- The state the return value was observed to be
74 StringRef ObservedState) {};
79 StringRef ObservedState) {}
98 /// \param ObservedState -- The state the return value was observed to be
102 StringRef ObservedState) {}
71 warnParamReturnTypestateMismatch(SourceLocation Loc, StringRef VariableName, StringRef ExpectedState, StringRef ObservedState) argument
77 warnParamTypestateMismatch(SourceLocation LOC, StringRef ExpectedState, StringRef ObservedState) argument
100 warnReturnTypestateMismatch(SourceLocation Loc, StringRef ExpectedState, StringRef ObservedState) argument

Completed in 99 milliseconds