| HD | DeclObjC.cpp | 1227 SourceLocation nameLoc, in Create() argument 1232 nameLoc, name, colonLoc, boundInfo); in Create() 1687 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument 1690 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl() 1699 SourceLocation nameLoc, in Create() argument 1703 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create() 1893 SourceLocation nameLoc, in Create() argument 1898 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create() 1983 SourceLocation nameLoc, in Create() argument 1991 nameLoc, atStartLoc, superLoc, in Create()
|