reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
  110     SelfD = D->getSelfDecl();
tools/clang/lib/AST/Expr.cpp
 3838   return M->getSelfDecl() == Param;
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  150     return MD->getSelfDecl();
tools/clang/lib/Analysis/BodyFarm.cpp
  783   const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl();
tools/clang/lib/CodeGen/CGCall.cpp
  460   return arrangeObjCMessageSendSignature(MD, MD->getSelfDecl()->getType());
 2680   const VarDecl *self = method->getSelfDecl();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  298     if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) {
 3494     if (auto *SelfDecl = OMethod->getSelfDecl())
tools/clang/lib/CodeGen/CGObjC.cpp
  595       GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl());
  630       GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl());
  688   args.push_back(OMD->getSelfDecl());
 1433   ValueDecl *selfDecl = setterMethod->getSelfDecl();
 1607   VarDecl *Self = cast<ObjCMethodDecl>(CurFuncDecl)->getSelfDecl();
 1616   ImplicitParamDecl *selfDecl = OMD->getSelfDecl();
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2179     auto Self = CurMethod->getSelfDecl();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 3239                                              CurMethodDef->getSelfDecl(),
 3335                                              CurMethodDef->getSelfDecl(),
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2666                                              CurMethodDef->getSelfDecl(),
 2761                                              CurMethodDef->getSelfDecl(),
tools/clang/lib/Sema/SemaChecking.cpp
13524         owner.Variable = S.getCurMethodDecl()->getSelfDecl();
13846     owner.Variable = getCurMethodDecl()->getSelfDecl();
tools/clang/lib/Sema/SemaDeclObjC.cpp
  389   PushOnScopeChains(MDecl->getSelfDecl(), FnBodyScope);
tools/clang/lib/Sema/SemaExpr.cpp
11744           if (method && var == method->getSelfDecl()) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 1274   tryCaptureVariable(method->getSelfDecl(), Loc);
 1771     if (DRE->getDecl() == method->getSelfDecl())
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1413       ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl();
 1465       ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  666                       D->getSelfDecl() != nullptr || D->getCmdDecl() != nullptr;
  670     Record.AddDeclRef(D->getSelfDecl());
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1286                 if (!CompileTimeMD->getSelfDecl() &&
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  278     const ImplicitParamDecl *SelfD = MD->getSelfDecl();
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  727       if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) {
tools/clang/tools/libclang/CXCursor.cpp
  514         if (MD->getSelfDecl() == IPD) {