HomeSort by: relevance | last modified time | path
    Searched refs:getSelfSVal (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCSuperDeallocChecker.cpp 120 SymbolRef SelfSymbol = State->getSelfSVal(LC).getAsSymbol();
DynamicTypePropagation.cpp 198 SVal SelfSVal = State->getSelfSVal(C.getLocationContext());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 982 SVal SelfVal = getState()->getSelfSVal(getLocationContext());
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext());
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext());
ProgramState.cpp 243 SVal ProgramState::getSelfSVal(const LocationContext *LCtx) const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 302 SVal getSelfSVal(const LocationContext *LC) const;

Completed in 25 milliseconds