Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1679 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration() local
1680 IdentifierInfo *Ident = IdentPair.first; in ActOnForwardProtocolDeclaration()
1681 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()
1685 IdentPair.second, AtProtocolLoc, in ActOnForwardProtocolDeclaration()