Home
last modified time | relevance | path

Searched refs:getDisplayName (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp288 m_clang_ast_context->getDisplayName(), tag_decl, in CompleteType()
316 m_ast_context, m_clang_ast_context->getDisplayName(), in CompleteType()
409 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls()
417 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls()
424 m_ast_context, m_clang_ast_context->getDisplayName()); in FindExternalLexicalDecls()
531 m_ast_context, m_clang_ast_context->getDisplayName(), name); in FindExternalVisibleDecls()
537 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls()
543 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls()
981 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCMethodDecls()
1271 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCPropertyAndIvarDecls()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp168 StringRef DisplayName = GV->getDisplayName(); in getOrCreateGlobalVariableDIE()
170 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h159 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3083 StringRef getDisplayName() const { return getStringOperand(4); }