Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp469 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() argument
494 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
495 IDecl->setEndOfDefinitionLoc(ClassLoc); in ActOnSuperClassOfClassInterface()
541 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
547 SourceRange(AtInterfaceLoc, ClassLoc))) { in ActOnSuperClassOfClassInterface()
901 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface() argument
912 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc, in ActOnStartClassInterface()
916 Diag(ClassLoc, diag::err_redefinition_different_kind) << ClassName; in ActOnStartClassInterface()
951 Diag(ClassLoc, diag::err_objc_parameterized_forward_class_first) in ActOnStartClassInterface()
982 typeParamList, PrevIDecl, ClassLoc); in ActOnStartClassInterface()
[all …]
DSemaDeclCXX.cpp9154 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
9157 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDefaultConstructor()
9159 Context, ClassDecl, ClassLoc, NameInfo, /*Type*/QualType(), in DeclareImplicitDefaultConstructor()
9187 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor()
9466 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
9469 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitDestructor()
9471 = CXXDestructorDecl::Create(Context, ClassDecl, ClassLoc, NameInfo, in DeclareImplicitDestructor()
9499 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor()
10173 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
10174 DeclarationNameInfo NameInfo(Name, ClassLoc); in DeclareImplicitCopyAssignment()
[all …]
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp741 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local
742 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory()
747 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory()
755 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategory()
760 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
774 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
779 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl()
785 MakeCursorObjCClassRef(IFaceD, ClassLoc, CXTU); in handleObjCCategoryImpl()
790 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
/external/clang/lib/AST/
DDeclObjC.cpp1390 SourceLocation ClassLoc, in Create() argument
1393 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl, in Create()
/external/clang/include/clang/Sema/
DSema.h7334 SourceLocation ClassLoc,
7350 SourceLocation ClassLoc,
7380 SourceLocation ClassLoc,
7391 IdentifierInfo *ClassName, SourceLocation ClassLoc,
7397 SourceLocation ClassLoc,
/external/clang/include/clang/AST/
DDeclObjC.h1203 SourceLocation ClassLoc = SourceLocation(),