Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp120 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol(); in checkPostObjCMessage()
H A DDynamicTypePropagation.cpp198 SVal SelfSVal = State->getSelfSVal(C.getLocationContext()); in inferReceiverType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal()
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper()
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition()
H A DProgramState.cpp243 SVal ProgramState::getSelfSVal(const LocationContext *LCtx) const { in getSelfSVal() function in ProgramState
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h302 SVal getSelfSVal(const LocationContext *LC) const;