Searched defs:IdentList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp770 const IdentifierLocPair *IdentList,
775 IdentifierInfo *Ident = IdentList[i].first;
776 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second,
780 IdentList[i].second, AtProtocolLoc,
1852 IdentifierInfo **IdentList,
1859 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
1878 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i];
1886 Diag(AtClassLoc, diag::warn_forward_class_redefinition) << IdentList[i];
1898 IdentList[i], PrevIDecl, IdentLocs[i]);
769 ActOnForwardProtocolDeclaration(SourceLocation AtProtocolLoc, const IdentifierLocPair *IdentList, unsigned NumElts, AttributeList *attrList) argument
1851 ActOnForwardClassDeclaration(SourceLocation AtClassLoc, IdentifierInfo **IdentList, SourceLocation *IdentLocs, unsigned NumElts) argument

Completed in 6190 milliseconds