Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp386 ConsumedState getAsState(const ConsumedStateMap *StateMap) const { in getAsState() function in clang::consumed::PropagationInfo
549 ConsumedState CS = PInfo.getAsState(StateMap); in copyInfo()
562 return PInfo.getAsState(StateMap); in getInfo()
598 ConsumedState TmpState = PInfo.getAsState(StateMap); in checkCallability()
634 ConsumedState ParamState = PInfo.getAsState(StateMap); in handleCall()
766 StateMap->setState(Temp, Entry->second.getAsState(StateMap)); in VisitCXXBindTemporaryExpr()
883 ConsumedState RetState = Entry->second.getAsState(StateMap); in VisitReturnStmt()
922 ConsumedState St = PInfo.getAsState(StateMap); in VisitVarDecl()