Searched refs:AtInterfaceLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 538 SourceLocation AtInterfaceLoc, in ActOnSuperClassOfClassInterface() argument 566 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 613 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 619 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface() 973 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartClassInterface() argument 1053 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName, in ActOnStartClassInterface() 1058 Diag(AtInterfaceLoc, diag::err_duplicate_class_def) in ActOnStartClassInterface() 1078 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl, in ActOnStartClassInterface() 1793 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartCategoryInterface() argument 1811 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7973 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, 7982 SourceLocation AtInterfaceLoc, 8013 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,
|