Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1059 std::string GetTypeNameForDecl(const clang::NamedDecl *named_decl);
DTypeSystemClang.cpp2019 std::string TypeSystemClang::GetTypeNameForDecl(const NamedDecl *named_decl) { in GetTypeNameForDecl() function in TypeSystemClang
3680 return ConstString(GetTypeNameForDecl(typedef_decl)); in GetTypeName()
8963 std::string clang_typedef_name(GetTypeNameForDecl(typedef_decl)); in DumpTypeDescription()
9440 return ConstString(GetTypeNameForDecl(named_decl)); in DeclContextGetScopeQualifiedName()