Searched refs:method_decl (Results 1 – 8 of 8) sorted by relevance
63 else if (ObjCMethodDecl *method_decl = dyn_cast<ObjCMethodDecl>(D)) in TransformTopLevelDecl() local65 method_decl->getSelector().getAsString().c_str()); in TransformTopLevelDecl()83 if (ObjCMethodDecl *method_decl = dyn_cast<ObjCMethodDecl>(D)) { in TransformTopLevelDecl() local85 !method_decl->getSelector().getAsString().compare("$__lldb_expr:")) { in TransformTopLevelDecl()86 RecordPersistentTypes(method_decl); in TransformTopLevelDecl()87 SynthesizeObjCMethodResult(method_decl); in TransformTopLevelDecl()
947 clang::CXXMethodDecl *method_decl = in FindExternalVisibleDecls() local950 if (method_decl) { in FindExternalVisibleDecls()951 clang::CXXRecordDecl *class_decl = method_decl->getParent(); in FindExternalVisibleDecls()967 if (method_decl->isInstance()) { in FindExternalVisibleDecls()971 method_decl->getASTContext().getPointerType(class_qual_type); in FindExternalVisibleDecls()1042 clang::ObjCMethodDecl *method_decl = in FindExternalVisibleDecls() local1045 if (method_decl) { in FindExternalVisibleDecls()1069 if (method_decl->isInstanceMethod()) { in FindExternalVisibleDecls()1073 method_decl->getASTContext().getObjCObjectPointerType( in FindExternalVisibleDecls()2158 CXXMethodDecl *method_decl = in AddThisType() local[all …]
134 if (clang::CXXMethodDecl *method_decl = in ScanContext() local136 if (m_allow_cxx && method_decl->isInstance()) { in ScanContext()163 } else if (clang::ObjCMethodDecl *method_decl = in ScanContext() local193 if (!method_decl->isInstanceMethod()) in ScanContext()
1297 ObjCMethodDecl *method_decl = in FindObjCMethodDecls() local1300 if (!method_decl) in FindObjCMethodDecls()1304 method_decl->getClassInterface(); in FindObjCMethodDecls()1310 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls()
461 clang::ObjCMethodDecl *method_decl = in FinishDecl() local467 if (method_decl) in FinishDecl()468 interface_decl->addDecl(method_decl); in FinishDecl()480 clang::ObjCMethodDecl *method_decl = method_type.BuildMethod( in FinishDecl() local486 if (method_decl) in FinishDecl()487 interface_decl->addDecl(method_decl); in FinishDecl()
1483 clang::CXXMethodDecl *method_decl = *method_iter; in ParseTypeFromDWARF() local1484 if (method_decl->getNameInfo().getAsString() == in ParseTypeFromDWARF()1486 if (method_decl->getType() == in ParseTypeFromDWARF()1491 method_decl), in ParseTypeFromDWARF()
723 * c-common.c (handle_noreturn_attribute): Handle method_decl
188 if (auto *method_decl = in addOverridesForMethod() local190 if (method_decl->isVirtual() && !isOverload(decl, method_decl)) { in addOverridesForMethod()191 path.Decls = method_decl; in addOverridesForMethod()