Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp379 ConsumedState getAsState(const ConsumedStateMap *StateMap) const { in getAsState() function in clang::consumed::PropagationInfo
542 ConsumedState CS = PInfo.getAsState(StateMap); in copyInfo()
555 return PInfo.getAsState(StateMap); in getInfo()
591 ConsumedState TmpState = PInfo.getAsState(StateMap); in checkCallability()
627 ConsumedState ParamState = PInfo.getAsState(StateMap); in handleCall()
759 StateMap->setState(Temp, Entry->second.getAsState(StateMap)); in VisitCXXBindTemporaryExpr()
876 ConsumedState RetState = Entry->second.getAsState(StateMap); in VisitReturnStmt()
915 ConsumedState St = PInfo.getAsState(StateMap); in VisitVarDecl()