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

References

tools/clang/lib/AST/DeclObjC.cpp
 1126     getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed);
 1127   auto *Self = ImplicitParamDecl::Create(Context, this, SourceLocation(),
 1128                                          &Context.Idents.get("self"), selfTy,
 1133     Self->addAttr(NSConsumedAttr::CreateImplicit(Context));
 1139       Context, this, SourceLocation(), &Context.Idents.get("_cmd"),
 1139       Context, this, SourceLocation(), &Context.Idents.get("_cmd"),
 1140       Context.getObjCSelType(), ImplicitParamDecl::ObjCCmd));