Searched refs:getDisplayName (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 269 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 D | ClangASTImporter.cpp | 643 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record, in importRecordLayoutFromOrigin()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 184 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 D | TypeSystemClang.h | 162 llvm::StringRef getDisplayName() const { return m_display_name; } in getDisplayName() function
|
| H A D | TypeSystemClang.cpp | 9851 &getASTContext(), getDisplayName()); in LogCreation()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3343 StringRef getDisplayName() const { return getStringOperand(4); }
|