Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp287 m_clang_ast_context->getDisplayName(), tag_decl, in CompleteType()
315 m_ast_context, m_clang_ast_context->getDisplayName(), in CompleteType()
408 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls()
416 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls()
423 m_ast_context, m_clang_ast_context->getDisplayName()); in FindExternalLexicalDecls()
523 m_ast_context, m_clang_ast_context->getDisplayName(), name); in FindExternalVisibleDecls()
529 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls()
535 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls()
973 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCMethodDecls()
1262 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCPropertyAndIvarDecls()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h161 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp169 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2975 StringRef getDisplayName() const { return getStringOperand(4); }