Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp269 m_clang_ast_context->getDisplayName(), tag_decl, in CompleteType()
297 m_ast_context, m_clang_ast_context->getDisplayName(), in CompleteType()
390 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls()
398 m_ast_context, m_clang_ast_context->getDisplayName(), in FindExternalLexicalDecls()
405 m_ast_context, m_clang_ast_context->getDisplayName()); in FindExternalLexicalDecls()
512 m_ast_context, m_clang_ast_context->getDisplayName(), name); in FindExternalVisibleDecls()
518 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls()
524 m_ast_context, m_clang_ast_context->getDisplayName(), name, in FindExternalVisibleDecls()
923 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCMethodDecls()
1203 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCPropertyAndIvarDecls()
[all …]
H A DClangASTImporter.cpp643 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp184 StringRef DisplayName = GV->getDisplayName(); in getOrCreateGlobalVariableDIE()
186 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h162 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
H A DTypeSystemClang.cpp9851 &getASTContext(), getDisplayName()); in LogCreation()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3343 StringRef getDisplayName() const { return getStringOperand(4); }