Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp609 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument
612 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()
613 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()
665 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local
666 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
668 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h6001 const ObjCList<ObjCProtocolDecl> &PList);
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-094436 (-[WebHistoryItem setViewState:]): New methods to hold PList of arbitrary WebView state