Searched refs:cxx_method_decl (Results 1 – 2 of 2) sorted by relevance
4478 if (cxx_method_decl) { in GetMemberFunctionAtIndex()7735 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()7749 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()7764 cxx_method_decl = in AddMethodToCXXRecordType()7767 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()7790 if (cxx_method_decl == nullptr) { in AddMethodToCXXRecordType()7791 cxx_method_decl = in AddMethodToCXXRecordType()7864 cxx_method_decl->setDefaulted(); in AddMethodToCXXRecordType()7865 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()7869 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()[all …]
1119 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local1127 type_handled = cxx_method_decl != nullptr; in ParseSubroutine()1132 if (cxx_method_decl) { in ParseSubroutine()1133 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()1144 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()1146 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()