Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h728 static std::optional<std::string> GetCXXClassName(const CompilerType &type);
H A DTypeSystemClang.cpp3725 TypeSystemClang::GetCXXClassName(const CompilerType &type) { in GetCXXClassName() function in TypeSystemClang