Home
last modified time | relevance | path

Searched defs:IsScripted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h318 bool IsScripted() override { return false; } in IsScripted() function
379 bool IsScripted() override { return false; } in IsScripted() function
425 bool IsScripted() override { return true; } in IsScripted() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp99 bool SyntheticChildren::IsScripted() { return false; } in IsScripted() function in SyntheticChildren