Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1187 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument
1190 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()
1191 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()
1244 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local
1245 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1247 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9501 const ObjCList<ObjCProtocolDecl> &PList);