Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1182 std::string GetTypeNameForDecl(const clang::NamedDecl *named_decl,
H A DTypeSystemClang.cpp2142 std::string TypeSystemClang::GetTypeNameForDecl(const NamedDecl *named_decl, in GetTypeNameForDecl() function in TypeSystemClang
3816 return ConstString(GetTypeNameForDecl(typedef_decl)); in GetTypeName()
3823 return ConstString(GetTypeNameForDecl(named_decl, !base_only)); in GetTypeName()
8835 std::string clang_typedef_name(GetTypeNameForDecl(typedef_decl)); in DumpTypeDescription()
9042 return ConstString(GetTypeNameForDecl(nd, /*qualified=*/false)); in DeclGetName()
9401 return ConstString(GetTypeNameForDecl(named_decl)); in DeclContextGetScopeQualifiedName()