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

  /external/clang/lib/Analysis/
ThreadSafety.cpp 471 const NamedDecl *D, VarDecl *SelfDecl = 0) {
520 if (SelfDecl && !CallCtx.SelfArg) {
521 DeclRefExpr SelfDRE(SelfDecl, false, SelfDecl->getType(), VK_LValue,
522 SelfDecl->getLocation());
554 VarDecl *SelfDecl=0) {
555 buildSExprFromExpr(MutexExp, DeclExp, D, SelfDecl);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 632 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl();
633 if (!SelfDecl)
635 return getState()->getSVal(getState()->getRegion(SelfDecl, LCtx));
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 182 /// SelfDecl - Decl for the implicit self parameter. This is lazily
184 ImplicitParamDecl *SelfDecl;
247 DeclEndLoc(endLoc), Body(), SelfDecl(0), CmdDecl(0) {
393 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; }
394 void setSelfDecl(ImplicitParamDecl *SD) { SelfDecl = SD; }
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 210 if (ImplicitParamDecl* SelfDecl = OMD->getSelfDecl()) {
212 cast<ObjCObjectPointerType>(SelfDecl->getType())->getPointeeType();
    [all...]

Completed in 123 milliseconds