Searched refs:TypeOrClassDecl (Results 1 – 1 of 1) sorted by relevance
1527 typedef llvm::PointerUnion<TypeDecl *, ObjCInterfaceDecl *> TypeOrClassDecl; in actOnObjCTypeArgsOrProtocolQualifiers() typedef1528 SmallVector<TypeOrClassDecl, 4> typeDecls; in actOnObjCTypeArgsOrProtocolQualifiers()1534 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1550 typeDecls.push_back(TypeOrClassDecl()); in actOnObjCTypeArgsOrProtocolQualifiers()1557 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()