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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 455 Decl * const *ProtoRefs, unsigned NumProtoRefs,
593 if (NumProtoRefs) {
594 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
703 unsigned NumProtoRefs,
731 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
752 if (!err && NumProtoRefs ) {
754 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 372 milliseconds