Searched refs:TypeOrClassDecl (Results 1 – 1 of 1) sorted by relevance
1551 typedef llvm::PointerUnion<TypeDecl *, ObjCInterfaceDecl *> TypeOrClassDecl; in actOnObjCTypeArgsOrProtocolQualifiers() typedef1552 SmallVector<TypeOrClassDecl, 4> typeDecls; in actOnObjCTypeArgsOrProtocolQualifiers()1558 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1574 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1581 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()