Searched refs:IdentList (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 1658 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration() argument 1663 IdentifierInfo *Ident = IdentList[i].first; in ActOnForwardProtocolDeclaration() 1664 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration() 1668 IdentList[i].second, AtProtocolLoc, in ActOnForwardProtocolDeclaration() 2889 IdentifierInfo **IdentList, in ActOnForwardClassDeclaration() argument 2897 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i], in ActOnForwardClassDeclaration() 2909 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i]; in ActOnForwardClassDeclaration() 2918 << IdentList[i]; in ActOnForwardClassDeclaration() 2929 IdentifierInfo *ClassName = IdentList[i]; in ActOnForwardClassDeclaration()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7166 IdentifierInfo **IdentList, 7172 const IdentifierLocPair *IdentList,
|