Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 546 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() argument 570 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 571 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnSuperClassOfClassInterface() 617 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 623 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface() 976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface() argument 986 LookupSingleName(TUScope, ClassName, ClassLoc, LookupOrdinaryName, in ActOnStartClassInterface() 990 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName; in ActOnStartClassInterface() 1025 Diag(ClassLoc, diag::err_objc_parameterized_forward_class_first) in ActOnStartClassInterface() 1056 typeParamList, PrevIDecl, ClassLoc); in ActOnStartClassInterface() [all …]
|
| H A D | SemaDeclCXX.cpp | 13541 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 13544 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor() 13546 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/ QualType(), in DeclareImplicitDefaultConstructor() 13574 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 13821 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 13824 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor() 13826 Context, ClassDecl, ClassLoc, NameInfo, QualType(), nullptr, in DeclareImplicitDestructor() 13860 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 14463 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 14464 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitCopyAssignment() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1548 SourceLocation ClassLoc, in Create() argument 1551 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1271 SourceLocation ClassLoc = SourceLocation(),
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10196 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 10207 SourceLocation ClassLoc, 10237 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 10245 SourceLocation ClassLoc, IdentifierInfo *SuperClassname, 10250 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc,
|