Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h178 const ImplicitParamDecl *getSelfDecl() const;
260 const ImplicitParamDecl *getSelfDecl() const { return Ctx->getSelfDecl(); } in getSelfDecl() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp110 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp148 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl() function in AnalysisDeclContext
150 return MD->getSelfDecl(); in getSelfDecl()
H A DLiveVariables.cpp250 LV.analysisContext.getSelfDecl()); in Visit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp405 auto self = curMethod->getSelfDecl(); in canMessageReceiverBeNull()
H A DCGObjC.cpp679 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()); in EmitObjCMessageExpr()
707 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()); in EmitObjCMessageExpr()
771 args.push_back(OMD->getSelfDecl()); in StartObjCMethod()
1568 ValueDecl *selfDecl = setterMethod->getSelfDecl(); in generateObjCSetterBody()
1745 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); in LoadObjCSelf()
1754 ImplicitParamDecl *selfDecl = OMD->getSelfDecl(); in TypeOfSelfObject()
H A DCGCall.cpp489 return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType()); in arrangeObjCMethodDeclaration()
3475 const VarDecl *self = method->getSelfDecl(); in tryRemoveRetainOfSelf()
H A DCGObjCGNU.cpp2030 auto selfAddr = CGF.GetAddrOfLocalVar(OMD->getSelfDecl()); in GenerateDirectMethodPrologue()
H A DCGDebugInfo.cpp4311 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
H A DCGObjCMac.cpp4020 auto selfAddr = CGF.GetAddrOfLocalVar(OMD->getSelfDecl()); in GenerateDirectMethodPrologue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp252 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal()
H A DCallEvent.cpp1395 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
H A DExprEngine.cpp290 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp973 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc()
H A DNullabilityChecker.cpp428 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1048 ImplDecl->setSelfDecl(Decl->getSelfDecl()); in RedeclarePropertyAccessor()
1432 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1494 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
H A DSemaObjC.cpp851 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
1172 owner.Variable = SemaRef.getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
H A DSemaExprObjC.cpp1437 SemaRef.tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
1946 if (DRE->getDecl() == method->getSelfDecl()) in isSelfExpr()
H A DSemaDeclObjC.cpp399 SemaRef.PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp401 ImplicitParamDecl *Self = Method->getSelfDecl(); in VisitObjCMethodDecl()
H A DExpr.cpp4099 return M->getSelfDecl() == Param; in isObjCSelfExpr()
H A DASTImporter.cpp4847 if (D->getSelfDecl()) in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h418 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp801 Record.AddDeclRef(D->getSelfDecl()); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3247 new (Context) DeclRefExpr(*Context, CurMethodDef->getSelfDecl(), false, in SynthMessageExpr()
3339 new (Context) DeclRefExpr(*Context, CurMethodDef->getSelfDecl(), false, in SynthMessageExpr()

12