Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h635 static llvm::Optional<std::string> GetCXXClassName(const CompilerType &type);
H A DTypeSystemClang.cpp3697 TypeSystemClang::GetCXXClassName(const CompilerType &type) { in GetCXXClassName() function in TypeSystemClang