Home
last modified time | relevance | path

Searched refs:GetUseModernTypeLookup (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp57 if (!target->GetUseModernTypeLookup()) { in ClangASTSource()
67 if (m_target->GetUseModernTypeLookup()) { in InstallASTContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h203 bool GetUseModernTypeLookup() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3681 bool TargetProperties::GetUseModernTypeLookup() const { in GetUseModernTypeLookup() function in TargetProperties