HomeSort by relevance Sort by last modified time
    Searched refs:NumProtoRefs (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 578 unsigned NumProtoRefs = Record[Idx++];
580 ProtoRefs.reserve(NumProtoRefs);
581 for (unsigned I = 0; I != NumProtoRefs; ++I)
584 ProtoLocs.reserve(NumProtoRefs);
585 for (unsigned I = 0; I != NumProtoRefs; ++I)
587 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
604 unsigned NumProtoRefs = Record[Idx++];
606 ProtoRefs.reserve(NumProtoRefs);
607 for (unsigned I = 0; I != NumProtoRefs; ++I)
610 ProtoLocs.reserve(NumProtoRefs);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 353 Decl * const *ProtoRefs, unsigned NumProtoRefs,
478 if (NumProtoRefs) {
479 IDecl->setProtocolList((ObjCProtocolDecl**)ProtoRefs, NumProtoRefs,
566 unsigned NumProtoRefs,
584 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
607 if (!err && NumProtoRefs ) {
609 PDecl->setProtocolList((ObjCProtocolDecl**)ProtoRefs, NumProtoRefs,
731 unsigned NumProtoRefs,
775 if (NumProtoRefs) {
776 CDecl->setProtocolList((ObjCProtocolDecl**)ProtoRefs, NumProtoRefs,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 137 milliseconds