Searched refs:getDisplayName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 270 m_clang_ast_context->getDisplayName(), tag_decl, in CompleteType() 298 m_ast_context, m_clang_ast_context->getDisplayName(), in CompleteType() 391 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls() 399 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls() 406 m_ast_context, m_clang_ast_context->getDisplayName()); in FindExternalLexicalDecls() 513 m_ast_context, m_clang_ast_context->getDisplayName(), name); in FindExternalVisibleDecls() 519 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls() 525 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls() 973 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCMethodDecls() 1253 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCPropertyAndIvarDecls() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 169 StringRef DisplayName = GV->getDisplayName(); in getOrCreateGlobalVariableDIE() 171 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 159 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3164 StringRef getDisplayName() const { return getStringOperand(4); }
|