HomeSort by: relevance | last modified time | path
    Searched refs:ProtoRefs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 527 ObjCProtocolDecl *const *ProtoRefs,
530 assert(ProtoRefs);
534 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i],
979 Decl *const *ProtoRefs, unsigned NumProtoRefs,
1095 diagnoseUseOfProtocols(*this, IDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1097 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
1213 SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs,
1245 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
1268 diagnoseUseOfProtocols(*this, PDecl, (ObjCProtocolDecl*const*)ProtoRefs,
1270 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1202 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs;
1203 ProtoRefs.reserve(NumProtoRefs);
1205 ProtoRefs.push_back(readDeclAs<ObjCProtocolDecl>());
1210 Data.ReferencedProtocols.set(ProtoRefs.data(), NumProtoRefs,
1266 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs;
1267 ProtoRefs.reserve(NumProtoRefs);
1269 ProtoRefs.push_back(readDeclAs<ObjCProtocolDecl>());
1274 CD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
1280 (ObjCProtocolDecl *const *)ProtoRefs.data(), NumProtoRefs,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9474 Decl *const *ProtoRefs, unsigned NumProtoRefs,
9513 Decl *const *ProtoRefs, unsigned NumProtoRefs,

Completed in 38 milliseconds