Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1099 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument
1102 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()
1103 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()
1155 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local
1156 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1158 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
/external/clang/include/clang/Sema/
DSema.h7204 const ObjCList<ObjCProtocolDecl> &PList);