Home | History | Annotate | Download | only in Index

Lines Matching defs:ID

184   if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
185 Visit(ID);
334 const ObjCInterfaceDecl *ID = D->getClassInterface();
335 if (!ID) {
339 Visit(ID);
358 const ObjCInterfaceDecl *ID = CD->getClassInterface();
359 if (!ID) {
370 Out << "objc(ext)" << ID->getName() << '@';
374 GenObjCCategory(ID->getName(), CD->getName());
380 const ObjCInterfaceDecl *ID = CD->getClassInterface();
381 if (!ID) {
389 GenObjCCategory(ID->getName(), CD->getName());
401 if (const ObjCInterfaceDecl *ID = Context->getObjContainingInterface(D))
402 Visit(ID);
607 #define BUILTIN_TYPE(Id, SingletonId)
608 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: