Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4716 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1520 clang::CXXMethodDecl *cxx_method_decl = in ParseTypeFromDWARF() local
1528 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h325 GetAsDeclContext(clang::CXXMethodDecl *cxx_method_decl);