Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 453 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface() argument 461 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface() 465 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName; in ActOnStartClassInterface() 490 PrevIDecl, ClassLoc); in ActOnStartClassInterface() 532 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnStartClassInterface() 533 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnStartClassInterface() 574 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnStartClassInterface() 580 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnStartClassInterface() 589 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnStartClassInterface() 886 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface() argument [all …]
|
| H A D | SemaDeclCXX.cpp | 8802 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 8805 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor() 8807 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/QualType(), in DeclareImplicitDefaultConstructor() 8829 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 9268 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 9271 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor() 9273 = CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo, in DeclareImplicitDestructor() 9297 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 9900 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 9901 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitCopyAssignment() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | IndexingContext.cpp | 518 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local 519 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory() 524 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 532 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory() 537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory() 551 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local 556 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 562 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl() 567 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1150 SourceLocation ClassLoc, in Create() argument 1153 ObjCInterfaceDecl(C, DC, atLoc, Id, ClassLoc, PrevDecl, isInternal); in Create()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 6967 SourceLocation ClassLoc, 7000 SourceLocation ClassLoc, 7010 IdentifierInfo *ClassName, SourceLocation ClassLoc, 7016 SourceLocation ClassLoc,
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 775 SourceLocation ClassLoc = SourceLocation(),
|