Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp24 while (const ObjCInterfaceDecl *SuperD = D->getSuperClass()) { in isUnitTestCase() local
H A DIndexDecl.cpp411 if (auto *SuperD = D->getSuperClass()) { in VisitObjCInterfaceDecl() local
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp680 if (ObjCInterfaceDecl *SuperD = D->getSuperClass()) { in handleObjCInterface() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2301 const ObjCInterfaceDecl *SuperD = IFD->getSuperClass(); DiagnoseMissingDesignatedInitOverrides() local
H A DSemaDecl.cpp16039 auto SuperD = IFace->getSuperClass(); ActOnFinishFunctionBody() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp529 SuperD->declaresOrInheritsDesignatedInitializers() ? in inheritsDesignatedInitializers() local