Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
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() 885 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface() argument [all …]
|
D | SemaDeclCXX.cpp | 8874 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 8877 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor() 8879 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/QualType(), in DeclareImplicitDefaultConstructor() 8901 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 9340 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 9343 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor() 9345 = CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo, in DeclareImplicitDestructor() 9369 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 10010 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 10011 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 | 1148 SourceLocation ClassLoc, in Create() argument 1151 ObjCInterfaceDecl(C, DC, atLoc, Id, ClassLoc, PrevDecl, isInternal); in Create()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6889 SourceLocation ClassLoc, 6922 SourceLocation ClassLoc, 6932 IdentifierInfo *ClassName, SourceLocation ClassLoc, 6938 SourceLocation ClassLoc,
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 775 SourceLocation ClassLoc = SourceLocation(),
|