Lines Matching defs:nameLoc
68 SourceLocation nameLoc,
70 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) {
1475 SourceLocation nameLoc,
1481 nameLoc, name, colonLoc, boundInfo);
1929 IdentifierInfo *Id, SourceLocation nameLoc,
1932 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
1941 SourceLocation nameLoc,
1945 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl);
2182 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc,
2186 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
2285 SourceLocation nameLoc,
2293 nameLoc, atStartLoc, superLoc,