Lines Matching refs:nameLoc
69 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1426 SourceLocation nameLoc, in Create() argument
1432 nameLoc, name, colonLoc, boundInfo); in Create()
1881 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1884 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1893 SourceLocation nameLoc, in Create() argument
1897 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2104 SourceLocation nameLoc, in Create() argument
2109 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2208 SourceLocation nameLoc, in Create() argument
2216 nameLoc, atStartLoc, superLoc, in Create()