Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1687 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration() local
1688 IdentifierInfo *Ident = IdentPair.first; in ActOnForwardProtocolDeclaration()
1689 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()
1693 IdentPair.second, AtProtocolLoc, in ActOnForwardProtocolDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1778 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration() local
1779 IdentifierInfo *Ident = IdentPair.first; in ActOnForwardProtocolDeclaration()
1780 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentPair.second, in ActOnForwardProtocolDeclaration()
1784 IdentPair.second, AtProtocolLoc, in ActOnForwardProtocolDeclaration()