Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp121 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol(); in checkPostObjCMessage()
H A DDynamicTypePropagation.cpp193 SVal SelfSVal = State->getSelfSVal(C.getLocationContext()); in inferReceiverType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1035 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal()
1049 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper()
1335 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition()
H A DProgramState.cpp239 SVal ProgramState::getSelfSVal(const LocationContext *LCtx) const { in getSelfSVal() function in ProgramState
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h349 SVal getSelfSVal(const LocationContext *LC) const;