Searched refs:AtInterfaceLoc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 543 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() 1803 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartCategoryInterface() argument 1821 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 9470 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, 9479 SourceLocation AtInterfaceLoc, 9510 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,
|