Lines Matching refs:nameLoc
69 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCContainerDecl() argument
71 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) { in ObjCContainerDecl()
1477 SourceLocation nameLoc, in Create() argument
1483 nameLoc, name, colonLoc, boundInfo); in Create()
1937 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() argument
1940 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1949 SourceLocation nameLoc, in Create() argument
1953 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2197 SourceLocation nameLoc, in Create() argument
2202 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc, in Create()
2301 SourceLocation nameLoc, in Create() argument
2309 nameLoc, atStartLoc, superLoc, in Create()