Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 546 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() argument 571 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnSuperClassOfClassInterface() 1086 ClassName, ClassLoc, in ActOnStartClassInterface() 1090 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnStartClassInterface() 1830 Diag(ClassLoc, diag::err_undef_interface) << ClassName; in ActOnStartCategoryInterface() 1914 ClassLoc, CatLoc, in ActOnStartCategoryImplementation() 1926 Diag(ClassLoc, diag::err_undef_interface) << ClassName; in ActOnStartCategoryImplementation() 1942 Diag(ClassLoc, diag::err_objc_runtime_visible_category) in ActOnStartCategoryImplementation() 1970 SourceLocation ClassLoc, IdentifierInfo *SuperClassname, in ActOnStartClassImplementation() argument 2049 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnStartClassImplementation() [all …]
|
| H A D | SemaDeclCXX.cpp | 13435 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor() 13465 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 13751 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 14375 ClassLoc, ClassLoc, in DeclareImplicitCopyAssignment() 14394 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 14709 ClassLoc, ClassLoc, in DeclareImplicitMoveAssignment() 14728 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 15094 ParmVarDecl::Create(Context, CopyConstructor, ClassLoc, ClassLoc, in DeclareImplicitCopyConstructor() 15119 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 15226 ClassLoc, ClassLoc, in DeclareImplicitMoveConstructor() [all …]
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 754 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local 755 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() 760 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 768 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory() 773 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory() 787 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local 792 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 798 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl() 803 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1513 SourceLocation ClassLoc, in Create() argument 1516 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1268 SourceLocation ClassLoc = SourceLocation(),
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 9869 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 9880 SourceLocation ClassLoc, 9909 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 9917 SourceLocation ClassLoc, IdentifierInfo *SuperClassname, 9922 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc,
|