Searched refs:ConsumedState (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DConsumed.h28 enum ConsumedState { enum in namespace:clang::consumed
133 typedef llvm::DenseMap<const VarDecl *, ConsumedState> VarMapType;
134 typedef llvm::DenseMap<const CXXBindTemporaryExpr *, ConsumedState>
159 ConsumedState getState(const VarDecl *Var) const;
162 ConsumedState getState(const CXXBindTemporaryExpr *Tmp) const;
183 void setState(const VarDecl *Var, ConsumedState State);
186 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
238 ConsumedState ExpectedReturnState;
253 ConsumedState getExpectedReturnState() const { return ExpectedReturnState; }
/external/clang/lib/Analysis/
H A DConsumed.cpp99 static ConsumedState invertConsumedUnconsumed(ConsumedState State) {
114 ConsumedState State) {
117 ConsumedState MappedAttrState = CS_None;
168 static bool isKnownState(ConsumedState State) {
192 static ConsumedState mapConsumableAttrState(const QualType QT) {
209 static ConsumedState
222 static ConsumedState
235 static ConsumedState mapSetTypestateAttrState(const SetTypestateAttr *STAttr) {
247 static StringRef stateToString(ConsumedState Stat
[all...]
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp777 ConsumableAttr::ConsumedState DefaultState;
825 SmallVector<CallableWhenAttr::ConsumedState, 3> States;
827 CallableWhenAttr::ConsumedState CallableState;
854 ParamTypestateAttr::ConsumedState ParamState;
894 ReturnTypestateAttr::ConsumedState ReturnState;
948 SetTypestateAttr::ConsumedState NewState;
976 TestTypestateAttr::ConsumedState TestState;

Completed in 79 milliseconds