Searched refs:SelfDecl (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ThreadSafetyCommon.cpp | 99 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()
|
| HD | ThreadSafety.cpp | 934 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()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1150 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local 1152 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), in ActOnPropertyImplDecl() 1156 ImplicitCastExpr::Create(Context, SelfDecl->getType(), in ActOnPropertyImplDecl() 1161 Ivar->getUsageType(SelfDecl->getType()), in ActOnPropertyImplDecl() 1202 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local 1204 new (Context) DeclRefExpr(SelfDecl, false, SelfDecl->getType(), in ActOnPropertyImplDecl() 1208 ImplicitCastExpr::Create(Context, SelfDecl->getType(), in ActOnPropertyImplDecl() 1213 Ivar->getUsageType(SelfDecl->getType()), in ActOnPropertyImplDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | CallEvent.cpp | 621 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local 622 if (!SelfDecl) in getSelfSVal() 624 return getState()->getSVal(getState()->getRegion(SelfDecl, LCtx)); in getSelfSVal()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 184 ImplicitParamDecl *SelfDecl; variable 242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr), in NamedDecl() 411 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() 412 void setSelfDecl(ImplicitParamDecl *SD) { SelfDecl = SD; } in setSelfDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDebugInfo.cpp | 206 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() local 208 cast<ObjCObjectPointerType>(SelfDecl->getType())->getPointeeType(); in getObjCMethodName()
|