Searched refs:TypeOrClassDecl (Results 1 – 1 of 1) sorted by relevance
1435 typedef llvm::PointerUnion<TypeDecl *, ObjCInterfaceDecl *> TypeOrClassDecl; in actOnObjCTypeArgsOrProtocolQualifiers() typedef1436 SmallVector<TypeOrClassDecl, 4> typeDecls; in actOnObjCTypeArgsOrProtocolQualifiers()1442 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1458 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1465 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()