Home
last modified time | relevance | path

Searched refs:AtInterfaceLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp543 SourceLocation AtInterfaceLoc, in ActOnSuperClassOfClassInterface() argument
570 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
617 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
623 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface()
975 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartClassInterface() argument
1055 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName, in ActOnStartClassInterface()
1060 Diag(AtInterfaceLoc, diag::err_duplicate_class_def) in ActOnStartClassInterface()
1085 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl, in ActOnStartClassInterface()
1805 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartCategoryInterface() argument
1823 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9868 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,
9877 SourceLocation AtInterfaceLoc,
9908 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,