Home
last modified time | relevance | path

Searched refs:PList (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/library/
Dplistlib.rst40 …`PList manual page <https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPage…
/external/python/cpython3/Doc/library/
Dplistlib.rst41 …`PList manual page <https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Pro…
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1098 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument
1101 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()
1102 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()
1154 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local
1155 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1157 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h7368 const ObjCList<ObjCProtocolDecl> &PList);