Searched refs:IdentList (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 310 ArrayRef<IdentifierLoc> IdentList, 440 SourceLocation Loc, IdentifierInfo **IdentList, SourceLocation *IdentLocs,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1790 SourceLocation AtProtocolLoc, ArrayRef<IdentifierLoc> IdentList, in ActOnForwardProtocolDeclaration() argument 1794 for (const IdentifierLoc &IdentPair : IdentList) { in ActOnForwardProtocolDeclaration() 3069 SourceLocation AtClassLoc, IdentifierInfo **IdentList, in ActOnForwardClassDeclaration() argument 3077 SemaRef.TUScope, IdentList[i], IdentLocs[i], Sema::LookupOrdinaryName, in ActOnForwardClassDeclaration() 3089 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i]; in ActOnForwardClassDeclaration() 3098 << IdentList[i]; in ActOnForwardClassDeclaration() 3109 IdentifierInfo *ClassName = IdentList[i]; in ActOnForwardClassDeclaration()
|