Searched refs:AtInterfaceLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 443 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, in ActOnStartClassInterface() argument 480 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName, in ActOnStartClassInterface() 486 Diag(AtInterfaceLoc, diag::err_duplicate_class_def) in ActOnStartClassInterface() 522 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnStartClassInterface() 564 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnStartClassInterface() 570 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnStartClassInterface() 858 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, in ActOnStartCategoryInterface() argument 878 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface() 905 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 6630 Decl *ActOnStartClassInterface(SourceLocation AtInterfaceLoc, 6663 Decl *ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,
|