Lines Matching defs:nameLoc
70 SourceLocation nameLoc,
72 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK) {
1477 SourceLocation nameLoc,
1483 nameLoc, name, colonLoc, boundInfo);
1931 IdentifierInfo *Id, SourceLocation nameLoc,
1934 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc),
1943 SourceLocation nameLoc,
1947 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl);
2184 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc,
2188 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
2287 SourceLocation nameLoc,
2295 nameLoc, atStartLoc, superLoc,