Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8913 std::string clang_typedef_name(GetTypeNameForDecl(typedef_decl)); in DumpTypeDescription() local
8914 if (!clang_typedef_name.empty()) { in DumpTypeDescription()
8916 s.PutCString(clang_typedef_name); in DumpTypeDescription()