Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp855 const IdentifierLocPair *IdentList, in ActOnForwardProtocolDeclaration() argument
860 IdentifierInfo *Ident = IdentList[i].first; in ActOnForwardProtocolDeclaration()
861 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second, in ActOnForwardProtocolDeclaration()
865 IdentList[i].second, AtProtocolLoc, in ActOnForwardProtocolDeclaration()
2014 IdentifierInfo **IdentList, in ActOnForwardClassDeclaration() argument
2021 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i], in ActOnForwardClassDeclaration()
2033 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i]; in ActOnForwardClassDeclaration()
2042 << IdentList[i]; in ActOnForwardClassDeclaration()
2053 IdentifierInfo *ClassName = IdentList[i]; in ActOnForwardClassDeclaration()
/external/clang/include/clang/Sema/
DSema.h6946 IdentifierInfo **IdentList,
6951 const IdentifierLocPair *IdentList,