Searched refs:GetNumPointeeChildren (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h710 static uint32_t GetNumPointeeChildren(clang::QualType type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp5030 num_children = GetNumPointeeChildren(pointee_type);
5593 uint32_t ClangASTContext::GetNumPointeeChildren(clang::QualType type) { function in class:ClangASTContext

Completed in 51 milliseconds