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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4401 clang::CXXMethodDecl *cxx_method_decl = local
4403 if (cxx_method_decl) {
4404 name = cxx_method_decl->getDeclName().getAsString();
4405 if (cxx_method_decl->isStatic())
4407 else if (llvm::isa<clang::CXXConstructorDecl>(cxx_method_decl))
4409 else if (llvm::isa<clang::CXXDestructorDecl>(cxx_method_decl))
4413 clang_type = GetType(cxx_method_decl->getType());
4414 clang_decl = GetCompilerDecl(cxx_method_decl);
7571 clang::CXXMethodDecl *cxx_method_decl = nullptr; local
7610 cxx_method_decl
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1168 clang::CXXMethodDecl *cxx_method_decl = local
1176 type_handled = cxx_method_decl != nullptr;
1181 if (cxx_method_decl) {
1182 LinkDeclContextToDIE(cxx_method_decl, die);
1193 static_cast<void *>(cxx_method_decl));
1195 m_ast.SetMetadata(cxx_method_decl, metadata);

Completed in 197 milliseconds