reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1572 type = Context.getTypeDeclType(actualTypeDecl); 1574 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); 1575 TypeSourceInfo *parsedTSInfo = Context.getTrivialTypeSourceInfo(type, loc); 1576 ParsedType parsedType = CreateParsedType(type, parsedTSInfo); 1588 if (type->getAs<ObjCInterfaceType>()) { 1600 << type