Searched refs:IdentPair (Results 1 – 1 of 1) sorted by relevance
1687 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration() local1688 IdentifierInfo *Ident = IdentPair.first; in ActOnForwardProtocolDeclaration()1689 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()1693 IdentPair.second, AtProtocolLoc, in ActOnForwardProtocolDeclaration()