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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp859 const IdentifierLocPair *IdentList,
864 IdentifierInfo *Ident = IdentList[i].first;
865 ObjCProtocolDecl *PrevDecl = LookupProtocol(Ident, IdentList[i].second,
869 IdentList[i].second, AtProtocolLoc,
2020 IdentifierInfo **IdentList,
2027 = LookupSingleName(TUScope, IdentList[i], IdentLocs[i],
2039 Diag(AtClassLoc, diag::err_redefinition_different_kind) << IdentList[i];
2047 Diag(AtClassLoc, diag::warn_forward_class_redefinition) << IdentList[i];
2058 IdentifierInfo *ClassName = IdentList[i];
858 ActOnForwardProtocolDeclaration(SourceLocation AtProtocolLoc, const IdentifierLocPair *IdentList, unsigned NumElts, AttributeList *attrList) argument
2019 ActOnForwardClassDeclaration(SourceLocation AtClassLoc, IdentifierInfo **IdentList, SourceLocation *IdentLocs, unsigned NumElts) argument

Completed in 1311 milliseconds