Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 457 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface() argument 465 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface() 469 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName; in ActOnStartClassInterface() 494 PrevIDecl, ClassLoc); in ActOnStartClassInterface() 535 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnStartClassInterface() 536 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnStartClassInterface() 577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnStartClassInterface() 583 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnStartClassInterface() 592 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnStartClassInterface() 889 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface() argument [all …]
|
D | SemaDeclCXX.cpp | 8435 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 8438 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor() 8440 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/QualType(), in DeclareImplicitDefaultConstructor() 8456 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 8890 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 8893 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor() 8895 = CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo, in DeclareImplicitDestructor() 8913 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 9511 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 9512 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitCopyAssignment() [all …]
|
/external/clang/tools/libclang/ |
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()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1134 SourceLocation ClassLoc, in Create() argument 1137 ObjCInterfaceDecl(C, DC, atLoc, Id, ClassLoc, PrevDecl, isInternal); in Create()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6759 SourceLocation ClassLoc, 6792 SourceLocation ClassLoc, 6802 IdentifierInfo *ClassName, SourceLocation ClassLoc, 6808 SourceLocation ClassLoc,
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 774 SourceLocation ClassLoc = SourceLocation(),
|