Searched refs:cxx_method_decl (Results 1 – 3 of 3) sorted by relevance
4716 if (cxx_method_decl) { in GetMemberFunctionAtIndex()4718 if (cxx_method_decl->isStatic()) in GetMemberFunctionAtIndex()8186 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()8197 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()8236 if (cxx_method_decl == nullptr) { in AddMethodToCXXRecordType()8256 cxx_method_decl->addAttr( in AddMethodToCXXRecordType()8275 cxx_record_decl->addDecl(cxx_method_decl); in AddMethodToCXXRecordType()8302 cxx_method_decl->setDefaulted(); in AddMethodToCXXRecordType()8303 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()8308 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()[all …]
1520 clang::CXXMethodDecl *cxx_method_decl = in ParseTypeFromDWARF() local1528 type_handled = cxx_method_decl != NULL; in ParseTypeFromDWARF()1533 cxx_method_decl), in ParseTypeFromDWARF()1547 static_cast<void *>(cxx_method_decl)); in ParseTypeFromDWARF()1549 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseTypeFromDWARF()
325 GetAsDeclContext(clang::CXXMethodDecl *cxx_method_decl);