Home | History | Annotate | Download | only in AST

Lines Matching refs:CDecl

1832 void ASTContext::CollectInheritedProtocols(const Decl *CDecl,
1834 if (const ObjCInterfaceDecl *OI = dyn_cast<ObjCInterfaceDecl>(CDecl)) {
1854 } else if (const ObjCCategoryDecl *OC = dyn_cast<ObjCCategoryDecl>(CDecl)) {
1860 } else if (const ObjCProtocolDecl *OP = dyn_cast<ObjCProtocolDecl>(CDecl)) {