Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1193 const ObjCList<ObjCProtocolDecl> &PList) { in CheckForwardProtocolDeclarationForCircularDependency() argument
1196 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(), in CheckForwardProtocolDeclarationForCircularDependency()
1197 E = PList.end(); I != E; ++I) { in CheckForwardProtocolDeclarationForCircularDependency()
1256 ObjCList<ObjCProtocolDecl> PList; in ActOnStartProtocolInterface() local
1257 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context); in ActOnStartProtocolInterface()
1259 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); in ActOnStartProtocolInterface()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h288 const ObjCList<ObjCProtocolDecl> &PList);