Searched refs:getDisplayName (Results 1 – 7 of 7) sorted by relevance
| /freebsd/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() 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 D | ClangASTImporter.cpp | 642 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan.cpp | 42 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 D | DwarfCompileUnit.cpp | 210 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 D | TypeSystemClang.h | 164 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
|
| H A D | TypeSystemClang.cpp | 9778 &getASTContext(), getDisplayName()); in LogCreation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3940 StringRef getDisplayName() const { return getStringOperand(4); }
|