Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCommon.h51 bool GetIsDynamicCXXType() const { return m_is_dynamic_cxx; } in GetIsDynamicCXXType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3854 success = metadata->GetIsDynamicCXXType(); in IsPossibleDynamicType()