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

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

Completed in 115 milliseconds