Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 13039 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 13042 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor() 13044 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/ QualType(), in DeclareImplicitDefaultConstructor() 13072 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 13318 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 13321 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor() 13323 CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo, in DeclareImplicitDestructor() 13357 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 13957 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 13958 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitCopyAssignment() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 747 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local 748 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() 753 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 761 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory() 766 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory() 780 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local 785 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 791 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl() 796 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1497 SourceLocation ClassLoc, in Create() argument 1500 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1266 SourceLocation ClassLoc = SourceLocation(),
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9471 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 9482 SourceLocation ClassLoc, 9511 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, 9519 SourceLocation ClassLoc, 9526 SourceLocation ClassLoc,
|