Searched refs:SuperD (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 24 while (const ObjCInterfaceDecl *SuperD = D->getSuperClass()) { in isUnitTestCase() local 25 if (SuperD->getName() == "XCTestCase") in isUnitTestCase() 27 D = SuperD; in isUnitTestCase()
|
H A D | IndexDecl.cpp | 411 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 D | CXIndexDataConsumer.cpp | 684 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 D | SemaObjCProperty.cpp | 2320 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); in DiagnoseMissingDesignatedInitOverrides() local 2321 if (!SuperD) in DiagnoseMissingDesignatedInitOverrides() 2330 SuperD->getDesignatedInitializers(DesignatedInits); in DiagnoseMissingDesignatedInitOverrides()
|
H A D | SemaDecl.cpp | 15701 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 D | DeclObjC.cpp | 530 if (auto SuperD = getSuperClass()) { in inheritsDesignatedInitializers() local 532 SuperD->declaresOrInheritsDesignatedInitializers() ? in inheritsDesignatedInitializers()
|