Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp24 while (const ObjCInterfaceDecl *SuperD = D->getSuperClass()) { in isUnitTestCase() local
25 if (SuperD->getName() == "XCTestCase") in isUnitTestCase()
27 D = SuperD; in isUnitTestCase()
H A DIndexDecl.cpp411 if (auto *SuperD = D->getSuperClass()) { in VisitObjCInterfaceDecl() local
425 TRY_TO(IndexCtx.handleReference(SuperD, SuperLoc, D, D, superRoles, in VisitObjCInterfaceDecl()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp684 if (ObjCInterfaceDecl *SuperD = D->getSuperClass()) { in handleObjCInterface() local
685 getEntityInfo(SuperD, BaseEntity, SA); in handleObjCInterface()
688 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU); in handleObjCInterface()
692 markEntityOccurrenceInFile(SuperD, SuperLoc); in handleObjCInterface()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2320 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides() local
2321 if (!SuperD) in DiagnoseMissingDesignatedInitOverrides()
2330 SuperD->getDesignatedInitializers(DesignatedInits); in DiagnoseMissingDesignatedInitOverrides()
H A DSemaDecl.cpp15701 auto SuperD = IFace->getSuperClass(); in ActOnFinishFunctionBody() local
15702 if (!SuperD) in ActOnFinishFunctionBody()
15704 return SuperD->getIdentifier() == in ActOnFinishFunctionBody()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp530 if (auto SuperD = getSuperClass()) { in inheritsDesignatedInitializers() local
532 SuperD->declaresOrInheritsDesignatedInitializers() ? in inheritsDesignatedInitializers()