| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 178 const ImplicitParamDecl *getSelfDecl() const; 260 const ImplicitParamDecl *getSelfDecl() const { return Ctx->getSelfDecl(); } in getSelfDecl() function
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCSelfInitChecker.cpp | 414 if (!analCtx->getSelfDecl()) in isSelfVar() 421 return (DR->getDecl() == analCtx->getSelfDecl()); in isSelfVar()
|
| H A D | CheckObjCDealloc.cpp | 983 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc()
|
| H A D | NullabilityChecker.cpp | 420 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 110 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 148 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl() function in AnalysisDeclContext 150 return MD->getSelfDecl(); in getSelfDecl()
|
| H A D | LiveVariables.cpp | 250 LV.analysisContext.getSelfDecl()); in Visit()
|
| H A D | BodyFarm.cpp | 850 const VarDecl *selfVar = MD->getSelfDecl(); in createObjCPropertyGetter()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 410 auto self = curMethod->getSelfDecl(); in canMessageReceiverBeNull()
|
| H A D | CGObjC.cpp | 679 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()); in EmitObjCMessageExpr() 707 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl()); in EmitObjCMessageExpr() 771 args.push_back(OMD->getSelfDecl()); in StartObjCMethod() 1574 ValueDecl *selfDecl = setterMethod->getSelfDecl(); in generateObjCSetterBody() 1751 VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl(); in LoadObjCSelf() 1760 ImplicitParamDecl *selfDecl = OMD->getSelfDecl(); in TypeOfSelfObject()
|
| H A D | CGCall.cpp | 478 return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType()); in arrangeObjCMethodDeclaration() 3236 const VarDecl *self = method->getSelfDecl(); in tryRemoveRetainOfSelf()
|
| H A D | CGDebugInfo.cpp | 4012 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 239 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal()
|
| H A D | CallEvent.cpp | 1367 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
|
| H A D | ExprEngine.cpp | 289 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1063 ImplDecl->setSelfDecl(Decl->getSelfDecl()); in RedeclarePropertyAccessor() 1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() 1516 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
|
| H A D | SemaExprObjC.cpp | 1423 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf() 1928 if (DRE->getDecl() == method->getSelfDecl()) in isSelfExpr()
|
| H A D | SemaDeclObjC.cpp | 390 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ODRHash.cpp | 392 ImplicitParamDecl *Self = Method->getSelfDecl(); in VisitObjCMethodDecl()
|
| H A D | Expr.cpp | 4025 return M->getSelfDecl() == Param; in isObjCSelfExpr()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXCursor.cpp | 575 if (MD->getSelfDecl() == IPD) { in MakeCXCursor()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 420 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() function
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2675 new (Context) DeclRefExpr(*Context, CurMethodDef->getSelfDecl(), false, in SynthMessageExpr() 2766 new (Context) DeclRefExpr(*Context, CurMethodDef->getSelfDecl(), false, in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 3248 new (Context) DeclRefExpr(*Context, CurMethodDef->getSelfDecl(), false, in SynthMessageExpr() 3340 new (Context) DeclRefExpr(*Context, CurMethodDef->getSelfDecl(), false, in SynthMessageExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 708 Record.AddDeclRef(D->getSelfDecl()); in VisitObjCMethodDecl()
|