| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 178 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 D | ObjCSelfInitChecker.cpp | 412 if (!analCtx->getSelfDecl()) in isSelfVar() 419 return (DR->getDecl() == analCtx->getSelfDecl()); in isSelfVar()
|
| H A D | CheckObjCDealloc.cpp | 982 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc()
|
| H A D | NullabilityChecker.cpp | 384 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 110 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 244 LV.analysisContext.getSelfDecl()); in Visit()
|
| H A D | BodyFarm.cpp | 810 const VarDecl *selfVar = MD->getSelfDecl(); in createObjCPropertyGetter()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 677 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 D | CGCall.cpp | 464 return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType()); in arrangeObjCMethodDeclaration() 3093 const VarDecl *self = method->getSelfDecl(); in tryRemoveRetainOfSelf()
|
| H A D | CGObjCMac.cpp | 2219 auto Self = CurMethod->getSelfDecl(); in EmitMessageSend() 4095 auto selfAddr = CGF.GetAddrOfLocalVar(OMD->getSelfDecl()); in GenerateDirectMethodPrologue()
|
| H A D | CGDebugInfo.cpp | 3840 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 244 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal()
|
| H A D | CallEvent.cpp | 1362 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
|
| H A D | ExprEngine.cpp | 278 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1063 ImplDecl->setSelfDecl(Decl->getSelfDecl()); in RedeclarePropertyAccessor() 1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() 1517 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
|
| H A D | SemaExprObjC.cpp | 1425 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf() 1930 if (DRE->getDecl() == method->getSelfDecl()) in isSelfExpr()
|
| H A D | SemaDeclObjC.cpp | 390 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
|
| H A D | SemaChecking.cpp | 14809 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 D | CXCursor.cpp | 576 if (MD->getSelfDecl() == IPD) { in MakeCXCursor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 423 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2677 CurMethodDef->getSelfDecl(), in SynthMessageExpr() 2773 CurMethodDef->getSelfDecl(), in SynthMessageExpr()
|
| H A D | RewriteModernObjC.cpp | 3249 CurMethodDef->getSelfDecl(), in SynthMessageExpr() 3346 CurMethodDef->getSelfDecl(), in SynthMessageExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 690 Record.AddDeclRef(D->getSelfDecl()); in VisitObjCMethodDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 3839 return M->getSelfDecl() == Param; in isObjCSelfExpr()
|