Searched refs:ObjCImplementationDecl (Results 26 - 45 of 45) sorted by relevance

12

/external/clang/tools/libclang/
H A DIndexingContext.h419 bool handleObjCImplementation(const ObjCImplementationDecl *D);
H A DCIndex.cpp1071 bool CursorVisitor::VisitObjCImplementationDecl(ObjCImplementationDecl *D) {
3385 return createCXString("ObjCImplementationDecl");
4429 if (ObjCImplementationDecl *ClassImpl = Class->getImplementation())
4459 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation())
H A DRecursiveASTVisitor.h1283 DEF_TRAVERSE_DECL(ObjCImplementationDecl, {
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp359 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
467 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
1923 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID,
2004 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) {
2110 for (ObjCImplementationDecl::instmeth_iterator
2126 for (ObjCImplementationDecl::classmeth_iterator
H A DCGDebugInfo.cpp152 if (const ObjCImplementationDecl *OID =
153 dyn_cast<const ObjCImplementationDecl>(DC)) {
1421 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp106 SmallVector<ObjCImplementationDecl *, 8> ClassImplementation;
273 ObjCImplementationDecl *IMD,
344 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
532 virtual void RewriteObjCClassMetaData(ObjCImplementationDecl *IDecl,
768 ObjCImplementationDecl *IMD,
1177 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID);
4961 ObjCImplementationDecl *CI = cast<ObjCImplementationDecl>(D);
5393 void RewriteObjCFragileABI::RewriteObjCClassMetaData(ObjCImplementationDecl *IDec
[all...]
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp163 ObjCImplementationDecl *ObjCImplementation;
4838 if (ObjCImplementationDecl *Impl = IFace->getImplementation())
5880 (!isa<ObjCImplementationDecl>(Container) &&
5895 if (ObjCImplementationDecl *ClassImpl
5896 = dyn_cast<ObjCImplementationDecl>(Container))
5922 (!isa<ObjCImplementationDecl>(Container) &&
5928 if (ObjCImplementationDecl *ClassImpl
5929 = dyn_cast<ObjCImplementationDecl>(Container))
6769 if (ObjCImplementationDecl *Impl = dyn_cast<ObjCImplementationDecl>(
[all...]
H A DSemaAccess.cpp1833 if (ObjCImplementationDecl *IMPD
1834 = dyn_cast<ObjCImplementationDecl>(Impl))
H A DSemaExprMember.cpp1253 if (ObjCImplementationDecl *IMPD =
1254 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
H A DSemaExprObjC.cpp1579 if (ObjCImplementationDecl *ImpDecl = ClassDecl->getImplementation())
1600 if (ObjCImplementationDecl *ImpDecl = ClassDecl->getImplementation())
H A DSemaDecl.cpp9791 if (ObjCImplementationDecl *IMPDecl =
9792 dyn_cast<ObjCImplementationDecl>(EnclosingDecl)) {
9911 ResetObjCLayout(cast<ObjCImplementationDecl>(DC)->getClassInterface());
10223 } else if (ObjCImplementationDecl *IMPDecl =
10224 dyn_cast<ObjCImplementationDecl>(EnclosingDecl)) {
10225 assert(IMPDecl && "ActOnFields - missing ObjCImplementationDecl");
H A DSemaDeclCXX.cpp10917 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) {
/external/clang/lib/AST/
H A DASTImporter.cpp151 Decl *VisitObjCImplementationDecl(ObjCImplementationDecl *D);
3308 ObjCImplementationDecl *Impl = cast_or_null<ObjCImplementationDecl>(
3412 Decl *ASTNodeImporter::VisitObjCImplementationDecl(ObjCImplementationDecl *D) {
3428 ObjCImplementationDecl *Impl = Iface->getImplementation();
3432 Impl = ObjCImplementationDecl::Create(Importer.getToContext(),
H A DASTContext.cpp1621 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation())
1646 ObjCImplementationDecl *ASTContext::getObjCImplementation(ObjCInterfaceDecl *D) {
1650 return cast<ObjCImplementationDecl>(I->second);
1664 ObjCImplementationDecl *ImplD) {
1733 const ObjCImplementationDecl *D) const {
4561 /// ObjCCategoryImplDecl or ObjCImplementationDecl; it should only be
4608 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container);
H A DRecordLayoutBuilder.cpp2517 const ObjCImplementationDecl *Impl) const {
/external/clang/include/clang/AST/
H A DDeclBase.h39 class ObjCImplementationDecl;
H A DRecursiveASTVisitor.h1353 DEF_TRAVERSE_DECL(ObjCImplementationDecl, {
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp121 void VisitObjCImplementationDecl(ObjCImplementationDecl *D);
604 void ASTDeclWriter::VisitObjCImplementationDecl(ObjCImplementationDecl *D) {
H A DASTReaderDecl.cpp290 void VisitObjCImplementationDecl(ObjCImplementationDecl *D);
844 void ASTDeclReader::VisitObjCImplementationDecl(ObjCImplementationDecl *D) {
2046 D = ObjCImplementationDecl::CreateDeserialized(Context, ID);
/external/clang/include/clang/Sema/
H A DSema.h124 class ObjCImplementationDecl;
2264 void CheckImplementationIvars(ObjCImplementationDecl *ImpDecl,
2337 void DiagnoseOwningPropertyGetterSynthesis(const ObjCImplementationDecl *D);
4244 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);

Completed in 490 milliseconds

12