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 754 unsigned NumProtoRefs = Record[Idx++];
756 ProtoRefs.reserve(NumProtoRefs);
757 for (unsigned I = 0; I != NumProtoRefs; ++I)
760 ProtoLocs.reserve(NumProtoRefs);
761 for (unsigned I = 0; I != NumProtoRefs; ++I)
763 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
789 unsigned NumProtoRefs = Record[Idx++];
791 ProtoRefs.reserve(NumProtoRefs);
792 for (unsigned I = 0; I != NumProtoRefs; ++I)
795 ProtoLocs.reserve(NumProtoRefs);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 378 Decl * const *ProtoRefs, unsigned NumProtoRefs,
494 if (NumProtoRefs) {
495 IDecl->setProtocolList((ObjCProtocolDecl**)ProtoRefs, NumProtoRefs,
586 unsigned NumProtoRefs,
614 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
635 if (!err && NumProtoRefs ) {
637 PDecl->setProtocolList((ObjCProtocolDecl**)ProtoRefs, NumProtoRefs,
752 unsigned NumProtoRefs,
803 if (NumProtoRefs) {
804 CDecl->setProtocolList((ObjCProtocolDecl**)ProtoRefs, NumProtoRefs,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 31 milliseconds