Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp691 ConsumedState ReturnState; in propagateReturnType() local
693 ReturnState = mapReturnTypestateAttrState(RTA); in propagateReturnType()
695 ReturnState = mapConsumableAttrState(RetType); in propagateReturnType()
697 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); in propagateReturnType()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1060 ReturnTypestateAttr::ConsumedState ReturnState; in handleReturnTypestateAttr() local
1065 ReturnState)) { in handleReturnTypestateAttr()
1101 D->addAttr(::new (S.Context) ReturnTypestateAttr(S.Context, AL, ReturnState)); in handleReturnTypestateAttr()