Searched refs:TypeOrClassDecl (Results 1 – 1 of 1) sorted by relevance
1539 typedef llvm::PointerUnion<TypeDecl *, ObjCInterfaceDecl *> TypeOrClassDecl; in actOnObjCTypeArgsOrProtocolQualifiers() typedef1540 SmallVector<TypeOrClassDecl, 4> typeDecls; in actOnObjCTypeArgsOrProtocolQualifiers()1546 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1562 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1569 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()