Lines Matching defs:AtInterfaceLoc
554 Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl,
578 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
626 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
630 SourceRange(AtInterfaceLoc, ClassLoc))) {
975 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,
1051 ObjCInterfaceDecl::Create(Context, SemaRef.CurContext, AtInterfaceLoc,
1061 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)
1090 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl,
1815 SourceLocation AtInterfaceLoc, const IdentifierInfo *ClassName,
1835 AtInterfaceLoc, ClassLoc, CategoryLoc,
1882 CDecl = ObjCCategoryDecl::Create(Context, SemaRef.CurContext, AtInterfaceLoc,