Home | History | Annotate | Download | only in libclang

Lines Matching refs:Id

293     ObjCInterfaceDecl *ID = D->getClassInterface();
294 if (!ID) {
298 Visit(ID);
330 ObjCInterfaceDecl *ID = CD->getClassInterface();
331 if (!ID) {
341 GenObjCClass(ID->getName());
344 GenObjCCategory(ID->getName(), CD->getName());
350 ObjCInterfaceDecl *ID = CD->getClassInterface();
351 if (!ID) {
359 GenObjCCategory(ID->getName(), CD->getName());
581 #define BUILTIN_TYPE(Id, SingletonId)
582 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id: