Searched defs:IsScripted (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ | ||
H A D | TypeSynthetic.h | 311 bool IsScripted() override { return false; } IsScripted() function |
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/ | ||
H A D | TypeSynthetic.cpp | 99 bool SyntheticChildren::IsScripted() { return false; } in IsScripted() function in SyntheticChildren |