Searched refs:Protos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6217 SmallVector<ObjCProtocolDecl*, 4> Protos; in readTypeRecord() local 6219 Protos.push_back(ReadDeclAs<ObjCProtocolDecl>(*Loc.F, Record, Idx)); in readTypeRecord() 6220 return Context.getObjCTypeParamType(Decl, Protos); in readTypeRecord() 6231 SmallVector<ObjCProtocolDecl*, 4> Protos; in readTypeRecord() local 6233 Protos.push_back(ReadDeclAs<ObjCProtocolDecl>(*Loc.F, Record, Idx)); in readTypeRecord() 6235 return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf); in readTypeRecord()
|