Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h25 bool GetIsDynamicCXXType() const { return m_is_dynamic_cxx; } in GetIsDynamicCXXType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3626 success = metadata->GetIsDynamicCXXType(); in IsPossibleDynamicType()