Searched refs:show_context (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h29 void Dump(Stream *s, bool show_context);
H A DVariableList.h35 void Dump(Stream *s, bool show_context) const;
H A DTypeList.h29 void Dump(Stream *s, bool show_context);
H A DVariable.h40 void Dump(Stream *s, bool show_context) const;
H A DBlock.h136 /// \param[in] show_context
139 bool show_context) const;
H A DCompileUnit.h181 /// \param[in] show_context
184 void Dump(Stream *s, bool show_context) const;
H A DFunction.h546 /// \param[in] show_context
549 void Dump(Stream *s, bool show_context) const;
H A DType.h106 void Dump(Stream *s, bool show_context);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp94 void TypeList::Dump(Stream *s, bool show_context) {
96 pos->get()->Dump(s, show_context);
H A DCompileUnit.cpp105 void CompileUnit::Dump(Stream *s, bool show_context) const {
117 m_variables->Dump(s, show_context);
123 ForeachFunction([&s, show_context](const FunctionSP &f) {
124 f->Dump(s, show_context);
H A DVariableList.cpp167 void VariableList::Dump(Stream *s, bool show_context) const {
174 (*pos)->Dump(s, show_context);
H A DTypeMap.cpp124 void TypeMap::Dump(Stream *s, bool show_context) { argument
126 pos->second->Dump(s, show_context);
H A DBlock.cpp59 bool show_context) const {
64 parent->Dump(s, base_addr, depth + 1, show_context);
100 m_variable_list_sp->Dump(s, show_context);
105 (*pos)->Dump(s, base_addr, depth - 1, show_context);
H A DFunction.cpp365 void Function::Dump(Stream *s, bool show_context) const {
381 show_context);
H A DVariable.cpp104 void Variable::Dump(Stream *s, bool show_context) const {
141 if (show_context && m_owner_scope != nullptr) {
H A DType.cpp238 void Type::Dump(Stream *s, bool show_context) { argument
248 if (show_context && m_context != nullptr) {
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp602 void show_context() function
1170 show_context();

Completed in 96 milliseconds