Lines Matching defs:ID
468 if (InclusionDirective *ID = dyn_cast<InclusionDirective>(PPE)) {
469 if (Visit(MakeInclusionDirectiveCursor(ID, TU)))
641 ObjCInterfaceDecl *ID = cast<ObjCInterfaceDecl>(D);
642 if (!ID->isThisDeclarationADefinition())
643 Cursor = MakeCursorObjCClassRef(ID, ID->getLocation(), TU);
1057 ObjCInterfaceDecl *ID = CDecl->getClassInterface();
1058 if (!ID)
1063 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId);
1110 // 'ID' could be null when dealing with invalid code.
1111 if (ObjCInterfaceDecl *ID = D->getClassInterface())
1112 if (Visit(MakeCursorObjCClassRef(ID, D->getLocation(), TU)))
1413 // Some builtin types (such as Objective-C's "id", "sel", and
1429 #define BUILTIN_TYPE(Id, SingletonId)
1430 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id:
1431 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id:
1432 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id:
1433 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id:
3380 const llvm::sys::fs::UniqueID &ID = FEnt->getUniqueID();
3381 outID->data[0] = ID.getDevice();
3382 outID->data[1] = ID.getFile();
4313 } else if (const ObjCInterfaceDecl *ID
4325 if (PrevID != ID &&
4327 !ID->isThisDeclarationADefinition())
6571 const InclusionDirective *ID = getCursorInclusionDirective(cursor);
6572 return const_cast<FileEntry *>(ID->getFile());