Home
last modified time | relevance | path

Searched refs:ClassLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp470 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() argument
495 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
496 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnSuperClassOfClassInterface()
542 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
548 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface()
902 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface() argument
913 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface()
917 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName; in ActOnStartClassInterface()
952 Diag(ClassLoc, diag::err_objc_parameterized_forward_class_first) in ActOnStartClassInterface()
983 typeParamList, PrevIDecl, ClassLoc); in ActOnStartClassInterface()
[all …]
DSemaDeclCXX.cpp8901 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
8904 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor()
8906 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/QualType(), in DeclareImplicitDefaultConstructor()
8928 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor()
9367 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
9370 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor()
9372 = CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo, in DeclareImplicitDestructor()
9396 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor()
10047 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
10048 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitCopyAssignment()
[all …]
/external/clang/tools/libclang/
DIndexingContext.cpp518 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/
DDeclObjC.cpp1356 SourceLocation ClassLoc, in Create() argument
1359 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create()
/external/clang/include/clang/Sema/
DSema.h7170 SourceLocation ClassLoc,
7186 SourceLocation ClassLoc,
7216 SourceLocation ClassLoc,
7227 IdentifierInfo *ClassName, SourceLocation ClassLoc,
7233 SourceLocation ClassLoc,
/external/clang/include/clang/AST/
DDeclObjC.h963 SourceLocation ClassLoc = SourceLocation(),