Home
last modified time | relevance | path

Searched refs:getSelfDecl (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDAnalysisContext.h181 const ImplicitParamDecl *getSelfDecl() const;
252 const ImplicitParamDecl *getSelfDecl() const { in getSelfDecl() function
253 return Ctx->getSelfDecl(); in getSelfDecl()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDObjCSelfInitChecker.cpp416 if (!analCtx->getSelfDecl()) in isSelfVar()
423 return (DR->getDecl() == analCtx->getSelfDecl()); in isSelfVar()
HDDynamicTypePropagation.cpp233 if (DRE->getDecl() == SFCtx->getSelfDecl()) { in getObjectTypeForAllocAndNew()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp111 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDAnalysisDeclContext.cpp139 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl() function in AnalysisDeclContext
141 return MD->getSelfDecl(); in getSelfDecl()
HDBodyFarm.cpp433 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
HDLiveVariables.cpp286 LV.analysisContext.getSelfDecl()); in Visit()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp621 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal()
893 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
HDExprEngine.cpp150 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp408 LocalDeclMap[cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()]; in EmitObjCMessageExpr()
438 LocalDeclMap[cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()]; in EmitObjCMessageExpr()
497 args.push_back(OMD->getSelfDecl()); in StartObjCMethod()
1237 ValueDecl *selfDecl = setterMethod->getSelfDecl(); in generateObjCSetterBody()
1425 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); in LoadObjCSelf()
1433 ImplicitParamDecl *selfDecl = OMD->getSelfDecl(); in TypeOfSelfObject()
HDCGDecl.cpp1741 assert(&D == method->getSelfDecl()); in EmitParmDecl()
HDCGCall.cpp285 return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType()); in arrangeObjCMethodDeclaration()
2219 const VarDecl *self = method->getSelfDecl(); in tryRemoveRetainOfSelf()
HDCGDebugInfo.cpp206 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName()
2498 QualType SelfDeclTy = OMethod->getSelfDecl()->getType(); in getOrCreateFunctionType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1150 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1202 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
HDSemaExprObjC.cpp1249 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
1712 if (DRE->getDecl() == method->getSelfDecl()) in isSelfExpr()
HDSemaDeclObjC.cpp321 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
HDSemaChecking.cpp8588 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
8908 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
HDSemaExpr.cpp9252 if (method && var == method->getSelfDecl()) in CheckForModifiableLvalue()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp541 D->getSelfDecl() != nullptr || D->getCmdDecl() != nullptr; in VisitObjCMethodDecl()
545 Writer.AddDeclRef(D->getSelfDecl(), Record); in VisitObjCMethodDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h411 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp2672 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr()
2774 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr()
HDRewriteModernObjC.cpp3289 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr()
3391 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp3368 return M->getSelfDecl() == Param; in isObjCSelfExpr()