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     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 459 Decl * const *ProtoRefs, unsigned NumProtoRefs,
596 if (NumProtoRefs) {
597 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
707 unsigned NumProtoRefs,
735 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
756 if (!err && NumProtoRefs ) {
758 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 224 milliseconds