Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp466 SourceLocation AtInterfaceLoc, in ActOnSuperClassOfClassInterface() argument
494 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
541 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
547 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface()
900 ActOnStartClassInterface(Scope *S, SourceLocation AtInterfaceLoc, in ActOnStartClassInterface() argument
981 = ObjCInterfaceDecl::Create(Context, CurContext, AtInterfaceLoc, ClassName, in ActOnStartClassInterface()
986 Diag(AtInterfaceLoc, diag::err_duplicate_class_def) in ActOnStartClassInterface()
1006 ActOnSuperClassOfClassInterface(S, AtInterfaceLoc, IDecl, in ActOnStartClassInterface()
1712 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, in ActOnStartCategoryInterface() argument
1733 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface()
[all …]
/external/llvm-project/clang/lib/Sema/
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()
1803 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, in ActOnStartCategoryInterface() argument
1821 CDecl = ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc, in ActOnStartCategoryInterface()
[all …]
/external/clang/include/clang/Sema/
DSema.h7332 SourceLocation AtInterfaceLoc,
7347 SourceLocation AtInterfaceLoc,
7378 Decl *ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9318 Scope *S, SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,
9327 SourceLocation AtInterfaceLoc,
9358 SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName,