| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | AnalysisContext.h | 181 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/ |
| HD | ObjCSelfInitChecker.cpp | 416 if (!analCtx->getSelfDecl()) in isSelfVar() 423 return (DR->getDecl() == analCtx->getSelfDecl()); in isSelfVar()
|
| HD | DynamicTypePropagation.cpp | 233 if (DRE->getDecl() == SFCtx->getSelfDecl()) { in getObjectTypeForAllocAndNew()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransZeroOutPropsInDealloc.cpp | 111 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | AnalysisDeclContext.cpp | 139 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const { in getSelfDecl() function in AnalysisDeclContext 141 return MD->getSelfDecl(); in getSelfDecl()
|
| HD | BodyFarm.cpp | 433 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl(); in createObjCPropertyGetter()
|
| HD | LiveVariables.cpp | 286 LV.analysisContext.getSelfDecl()); in Visit()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | CallEvent.cpp | 621 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() 893 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents()
|
| HD | ExprEngine.cpp | 150 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 408 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()
|
| HD | CGDecl.cpp | 1741 assert(&D == method->getSelfDecl()); in EmitParmDecl()
|
| HD | CGCall.cpp | 285 return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType()); in arrangeObjCMethodDeclaration() 2219 const VarDecl *self = method->getSelfDecl(); in tryRemoveRetainOfSelf()
|
| HD | CGDebugInfo.cpp | 206 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() 2498 QualType SelfDeclTy = OMethod->getSelfDecl()->getType(); in getOrCreateFunctionType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1150 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() 1202 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl()
|
| HD | SemaExprObjC.cpp | 1249 tryCaptureVariable(method->getSelfDecl(), Loc); in tryCaptureObjCSelf() 1712 if (DRE->getDecl() == method->getSelfDecl()) in isSelfExpr()
|
| HD | SemaDeclObjC.cpp | 321 PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope); in ActOnStartOfObjCMethodDef()
|
| HD | SemaChecking.cpp | 8588 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner() 8908 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
|
| HD | SemaExpr.cpp | 9252 if (method && var == method->getSelfDecl()) in CheckForModifiableLvalue()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriterDecl.cpp | 541 D->getSelfDecl() != nullptr || D->getCmdDecl() != nullptr; in VisitObjCMethodDecl() 545 Writer.AddDeclRef(D->getSelfDecl(), Record); in VisitObjCMethodDecl()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 411 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; } in getSelfDecl() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 2672 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr() 2774 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr()
|
| HD | RewriteModernObjC.cpp | 3289 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr() 3391 new (Context) DeclRefExpr(CurMethodDef->getSelfDecl(), in SynthMessageExpr()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 3368 return M->getSelfDecl() == Param; in isObjCSelfExpr()
|