Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h178 const ImplicitParamDecl *getSelfDecl() const;
254 const ImplicitParamDecl *getSelfDecl() const { return Ctx->getSelfDecl(); } in getSelfDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp412 if (!analCtx->getSelfDecl()) in isSelfVar()
419 return (DR->getDecl() == analCtx->getSelfDecl()); in isSelfVar()
H A DCheckObjCDealloc.cpp982 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc()
H A DNullabilityChecker.cpp384 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp110 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/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.cpp244 LV.analysisContext.getSelfDecl()); in Visit()
H A DBodyFarm.cpp810 const VarDecl *selfVar = MD->getSelfDecl(); in createObjCPropertyGetter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp677 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()); in EmitObjCMessageExpr()
705 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()); in EmitObjCMessageExpr()
769 args.push_back(OMD->getSelfDecl()); in StartObjCMethod()
1521 ValueDecl *selfDecl = setterMethod->getSelfDecl(); in generateObjCSetterBody()
1692 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); in LoadObjCSelf()
1701 ImplicitParamDecl *selfDecl = OMD->getSelfDecl(); in TypeOfSelfObject()
H A DCGCall.cpp464 return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType()); in arrangeObjCMethodDeclaration()
3093 const VarDecl *self = method->getSelfDecl(); in tryRemoveRetainOfSelf()
H A DCGObjCMac.cpp2219 auto Self = CurMethod->getSelfDecl(); in EmitMessageSend()
4095 auto selfAddr = CGF.GetAddrOfLocalVar(OMD->getSelfDecl()); in GenerateDirectMethodPrologue()
H A DCGDebugInfo.cpp3840 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp244 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal()
H A DCallEvent.cpp1362 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
H A DExprEngine.cpp278 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1063 ImplDecl->setSelfDecl(Decl->getSelfDecl()); in RedeclarePropertyAccessor()
1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
1517 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
H A DSemaExprObjC.cpp1425 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf()
1930 if (DRE->getDecl() == method->getSelfDecl()) in isSelfExpr()
H A DSemaDeclObjC.cpp390 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
H A DSemaChecking.cpp14809 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
15132 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp576 if (MD->getSelfDecl() == IPD) { in MakeCXCursor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h423 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2677 CurMethodDef->getSelfDecl(), in SynthMessageExpr()
2773 CurMethodDef->getSelfDecl(), in SynthMessageExpr()
H A DRewriteModernObjC.cpp3249 CurMethodDef->getSelfDecl(), in SynthMessageExpr()
3346 CurMethodDef->getSelfDecl(), in SynthMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp690 Record.AddDeclRef(D->getSelfDecl()); in VisitObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3839 return M->getSelfDecl() == Param; in isObjCSelfExpr()

12