Lines Matching defs:AtInterfaceLoc
553 Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl,
577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
625 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
629 SourceRange(AtInterfaceLoc, ClassLoc))) {
974 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,
1050 ObjCInterfaceDecl::Create(Context, SemaRef.CurContext, AtInterfaceLoc,
1060 Diag(AtInterfaceLoc, diag::err_duplicate_class_def)
1089 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl,
1814 SourceLocation AtInterfaceLoc, const IdentifierInfo *ClassName,
1834 AtInterfaceLoc, ClassLoc, CategoryLoc,
1881 CDecl = ObjCCategoryDecl::Create(Context, SemaRef.CurContext, AtInterfaceLoc,