Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp829 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration() argument
834 IdentifierInfo *Ident = IdentList[i].first; in ActOnForwardProtocolDeclaration()
835 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration()
839 IdentList[i].second, AtProtocolLoc, in ActOnForwardProtocolDeclaration()
1946 IdentifierInfo **IdentList, in ActOnForwardClassDeclaration() argument
1953 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i], in ActOnForwardClassDeclaration()
1965 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i]; in ActOnForwardClassDeclaration()
1973 Diag(AtClassLoc, diag::warn_forward_class_redefinition) << IdentList[i]; in ActOnForwardClassDeclaration()
1984 IdentifierInfo *ClassName = IdentList[i]; in ActOnForwardClassDeclaration()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6689 IdentifierInfo **IdentList,
6694 const IdentifierLocPair *IdentList,