Searched refs:AtInterfaceLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 261 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, 270 Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, 298 SourceLocation AtInterfaceLoc, const IdentifierInfo *ClassName,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 554 Scope *S, SourceLocation AtInterfaceLoc, ObjCInterfaceDecl *IDecl, in ActOnSuperClassOfClassInterface() argument 578 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 626 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 630 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface() 975 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartClassInterface() argument 1051 ObjCInterfaceDecl::Create(Context, SemaRef.CurContext, AtInterfaceLoc, in ActOnStartClassInterface() 1061 Diag(AtInterfaceLoc, diag::err_duplicate_class_def) in ActOnStartClassInterface() 1090 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl, in ActOnStartClassInterface() 1815 SourceLocation AtInterfaceLoc, const IdentifierInfo *ClassName, in ActOnStartCategoryInterface() argument 1835 AtInterfaceLoc, ClassLoc, CategoryLoc, in ActOnStartCategoryInterface() [all …]
|