Lines Matching refs:nameLoc
69 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1442 SourceLocation nameLoc, in Create() argument
1448 nameLoc, name, colonLoc, boundInfo); in Create()
1902 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1905 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1914 SourceLocation nameLoc, in Create() argument
1918 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2125 SourceLocation nameLoc, in Create() argument
2130 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2229 SourceLocation nameLoc, in Create() argument
2237 nameLoc, atStartLoc, superLoc, in Create()