Searched refs:TypeOrClassDecl (Results 1 – 1 of 1) sorted by relevance
1444 typedef llvm::PointerUnion<TypeDecl *, ObjCInterfaceDecl *> TypeOrClassDecl; in actOnObjCTypeArgsOrProtocolQualifiers() typedef1445 SmallVector<TypeOrClassDecl, 4> typeDecls; in actOnObjCTypeArgsOrProtocolQualifiers()1451 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1467 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1474 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()