Home
last modified time | relevance | path

Searched refs:cxx_method_decl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4429 if (cxx_method_decl) { in GetMemberFunctionAtIndex()
7660 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()
7674 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()
7689 cxx_method_decl = in AddMethodToCXXRecordType()
7692 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()
7715 if (cxx_method_decl == nullptr) { in AddMethodToCXXRecordType()
7716 cxx_method_decl = in AddMethodToCXXRecordType()
7789 cxx_method_decl->setDefaulted(); in AddMethodToCXXRecordType()
7790 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()
7794 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1122 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local
1130 type_handled = cxx_method_decl != nullptr; in ParseSubroutine()
1135 if (cxx_method_decl) { in ParseSubroutine()
1136 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()
1147 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()
1149 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()