Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1791 for (const IdentifierLocPair &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration() local
1792 IdentifierInfo *Ident = IdentPair.first; in ActOnForwardProtocolDeclaration()
1794 Ident, IdentPair.second, SemaRef.forRedeclarationInCurContext()); in ActOnForwardProtocolDeclaration()
1797 IdentPair.second, AtProtocolLoc, PrevDecl); in ActOnForwardProtocolDeclaration()