Home | History | Annotate | Download | only in AST

Lines Matching refs:decl

10 // This file implements the Objective-C related Decl classes.
240 case Decl::ObjCProtocol: {
248 case Decl::ObjCInterface: {
269 case Decl::ObjCCategory: {
297 for (auto decl = getMostRecentDecl(); decl; decl = decl->getPreviousDecl()) {
298 if (ObjCTypeParamList *written = decl->getTypeParamListAsWritten())
578 cast<ObjCInterfaceType>(TypeForDecl)->Decl = this;
708 // Will search "local" class/category implementations for a method decl.
847 Decl *CtxD = cast<Decl>(getDeclContext());
884 Decl *CtxD = cast<Decl>(getDeclContext());
1696 "Invalid ivar decl context!");
1698 // decl contexts, the previously built IvarList must be rebuilt.