Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp108 VarDecl *SelfDecl) { in translateAttrExpr() argument
141 if (SelfDecl && !Ctx.SelfArg) { in translateAttrExpr()
142 DeclRefExpr SelfDRE(SelfDecl, false, SelfDecl->getType(), VK_LValue, in translateAttrExpr()
143 SelfDecl->getLocation()); in translateAttrExpr()
H A DThreadSafety.cpp881 const NamedDecl *D, VarDecl *SelfDecl = nullptr);
1066 VarDecl *SelfDecl) { in getMutexIDs() argument
1069 CapabilityExpr Cp = SxBuilder.translateAttrExpr(nullptr, D, Exp, SelfDecl); in getMutexIDs()
1081 CapabilityExpr Cp = SxBuilder.translateAttrExpr(Arg, D, Exp, SelfDecl); in getMutexIDs()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1142 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
1144 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), in ActOnPropertyImplDecl()
1148 ImplicitCastExpr::Create(Context, SelfDecl->getType(), in ActOnPropertyImplDecl()
1192 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
1194 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), in ActOnPropertyImplDecl()
1198 ImplicitCastExpr::Create(Context, SelfDecl->getType(), in ActOnPropertyImplDecl()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A 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()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp201 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() local
203 cast<ObjCObjectPointerType>(SelfDecl->getType())->getPointeeType(); in getObjCMethodName()