D | DeclObjC.cpp | 1319 SourceLocation nameLoc, in Create() argument 1324 nameLoc, name, colonLoc, boundInfo); in Create() 1775 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument 1778 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl() 1787 SourceLocation nameLoc, in Create() argument 1791 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create() 1983 SourceLocation nameLoc, in Create() argument 1988 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create() 2092 SourceLocation nameLoc, in Create() argument 2100 nameLoc, atStartLoc, superLoc, in Create()
|