Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4403 if (cxx_method_decl) { in GetMemberFunctionAtIndex()
7610 cxx_method_decl = cxx_dtor_decl; in AddMethodToCXXRecordType()
7624 cxx_method_decl = cxx_ctor_decl; in AddMethodToCXXRecordType()
7639 cxx_method_decl = in AddMethodToCXXRecordType()
7642 cxx_method_decl->setDeclName( in AddMethodToCXXRecordType()
7665 if (cxx_method_decl == nullptr) { in AddMethodToCXXRecordType()
7666 cxx_method_decl = in AddMethodToCXXRecordType()
7739 cxx_method_decl->setDefaulted(); in AddMethodToCXXRecordType()
7740 cxx_method_decl->setTrivial(true); in AddMethodToCXXRecordType()
7744 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1168 clang::CXXMethodDecl *cxx_method_decl = in ParseSubroutine() local
1176 type_handled = cxx_method_decl != nullptr; in ParseSubroutine()
1181 if (cxx_method_decl) { in ParseSubroutine()
1182 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()
1193 static_cast<void *>(cxx_method_decl)); in ParseSubroutine()
1195 m_ast.SetMetadata(cxx_method_decl, metadata); in ParseSubroutine()