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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp4115 clang::CXXMethodDecl *cxx_method_decl = local
4117 if (cxx_method_decl) {
4118 name = cxx_method_decl->getDeclName().getAsString();
4119 if (cxx_method_decl->isStatic())
4121 else if (llvm::isa<clang::CXXConstructorDecl>(cxx_method_decl))
4123 else if (llvm::isa<clang::CXXDestructorDecl>(cxx_method_decl))
4127 clang_type = GetType(cxx_method_decl->getType());
4128 clang_decl = CompilerDecl(this, cxx_method_decl);
7138 clang::CXXMethodDecl *cxx_method_decl = nullptr; local
7175 cxx_method_decl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1082 clang::CXXMethodDecl *cxx_method_decl = local
1090 type_handled = cxx_method_decl != NULL;
1095 if (cxx_method_decl) {
1096 LinkDeclContextToDIE(cxx_method_decl, die);
1108 static_cast<void *>(cxx_method_decl));
1110 m_ast.SetMetadata(cxx_method_decl, metadata);

Completed in 85 milliseconds