Home
last modified time | relevance | path

Searched refs:SelfDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp99 VarDecl *SelfDecl) { in translateAttrExpr() argument
132 if (SelfDecl && !Ctx.SelfArg) { in translateAttrExpr()
133 DeclRefExpr SelfDRE(SelfDecl, false, SelfDecl->getType(), VK_LValue, in translateAttrExpr()
134 SelfDecl->getLocation()); in translateAttrExpr()
DThreadSafety.cpp934 const NamedDecl *D, VarDecl *SelfDecl = nullptr);
1255 VarDecl *SelfDecl) { in getMutexIDs() argument
1258 CapabilityExpr Cp = SxBuilder.translateAttrExpr(nullptr, D, Exp, SelfDecl); in getMutexIDs()
1270 CapabilityExpr Cp = SxBuilder.translateAttrExpr(Arg, D, Exp, SelfDecl); in getMutexIDs()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1145 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
1147 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), in ActOnPropertyImplDecl()
1151 ImplicitCastExpr::Create(Context, SelfDecl->getType(), in ActOnPropertyImplDecl()
1195 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
1197 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), in ActOnPropertyImplDecl()
1201 ImplicitCastExpr::Create(Context, SelfDecl->getType(), in ActOnPropertyImplDecl()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp621 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
622 if (!SelfDecl) in getSelfSVal()
624 return getState()->getSVal(getState()->getRegion(SelfDecl, LCtx)); in getSelfSVal()
/external/clang/include/clang/AST/
DDeclObjC.h184 ImplicitParamDecl *SelfDecl; variable
242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr), in NamedDecl()
402 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl()
403 void setSelfDecl(ImplicitParamDecl *SD) { SelfDecl = SD; } in setSelfDecl()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp214 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() local
216 cast<ObjCObjectPointerType>(SelfDecl->getType())->getPointeeType(); in getObjCMethodName()