Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp270 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()
924 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCMethodDecls()
1204 m_ast_context, m_clang_ast_context->getDisplayName(), in FindObjCPropertyAndIvarDecls()
[all …]
H A DClangASTImporter.cpp642 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan.cpp42 static const char *getDisplayName(const char *Name) { in getDisplayName() function
77 Printf("%s", getDisplayName( in printTDName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp210 StringRef DisplayName = GV->getDisplayName(); in getOrCreateGlobalVariableDIE()
212 addString(*VariableDIE, dwarf::DW_AT_name, GV->getDisplayName()); in getOrCreateGlobalVariableDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h164 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
H A DTypeSystemClang.cpp9778 &getASTContext(), getDisplayName()); in LogCreation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3940 StringRef getDisplayName() const { return getStringOperand(4); }