Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTSource.h332 bool IgnoreName(const ConstString name, bool ignore_all_dollar_names);
HDClangASTSource.cpp643 bool ignore_all_dollar_names) { in IgnoreName() argument
655 (ignore_all_dollar_names && name_string_ref.startswith("$")) || in IgnoreName()