HomeSort by relevance Sort by last modified time
    Searched defs:SelfDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ObjCMessage.h 91 const ImplicitParamDecl *SelfDecl = LC->getSelfDecl();
92 assert(SelfDecl && "No message receiver Expr, but not in an ObjC method");
93 return State->getSVal(State->getRegion(SelfDecl, LC));
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]

Completed in 289 milliseconds