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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp691 ConsumedState ReturnState; local
693 ReturnState = mapReturnTypestateAttrState(RTA);
695 ReturnState = mapConsumableAttrState(RetType);
697 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1260 ReturnTypestateAttr::ConsumedState ReturnState; local
1265 ReturnState)) {
1301 D->addAttr(::new (S.Context) ReturnTypestateAttr(S.Context, AL, ReturnState));

Completed in 97 milliseconds