Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp443 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/
DSema.h6630 Decl *ActOnStartClassInterface(SourceLocation AtInterfaceLoc,
6663 Decl *ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,