Searched refs:decl_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Declaration.h | 80 Declaration(const Declaration *decl_ptr) in Declaration() argument 87 if (decl_ptr) in Declaration() 88 *this = *decl_ptr; in Declaration()
|
| H A D | Function.h | 45 FunctionInfo(const char *name, const Declaration *decl_ptr); 59 FunctionInfo(const ConstString &name, const Declaration *decl_ptr); 171 const Declaration *decl_ptr, 195 const Declaration *decl_ptr,
|
| H A D | Block.h | 369 const Declaration *decl_ptr,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Function.cpp | 32 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) in FunctionInfo() argument 33 : m_name(name), m_declaration(decl_ptr) {} in FunctionInfo() 35 FunctionInfo::FunctionInfo(const ConstString &name, const Declaration *decl_ptr) in FunctionInfo() argument 36 : m_name(name), m_declaration(decl_ptr) {} in FunctionInfo() 67 const Declaration *decl_ptr, in InlineFunctionInfo() argument 69 : FunctionInfo(name, decl_ptr), m_mangled(ConstString(mangled), true), in InlineFunctionInfo() 74 const Declaration *decl_ptr, in InlineFunctionInfo() argument 76 : FunctionInfo(name, decl_ptr), m_mangled(mangled), in InlineFunctionInfo()
|
| H A D | Block.cpp | 365 const Declaration *decl_ptr, in SetInlinedFunctionInfo() argument 368 new InlineFunctionInfo(name, mangled, decl_ptr, call_decl_ptr)); in SetInlinedFunctionInfo()
|
| H A D | Variable.cpp | 47 Declaration *decl_ptr, const DWARFExpression &location, bool external, in Variable() argument 52 m_declaration(decl_ptr), m_location(location), m_external(external), in Variable()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2000 | 3838 * search.c (struct vbase_info): Document decl_ptr.
|