Searched refs:decl_ptr (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Declaration.h | 59 Declaration(const Declaration *decl_ptr) in Declaration() argument 66 if (decl_ptr) in Declaration() 67 *this = *decl_ptr; in Declaration()
|
D | Function.h | 44 FunctionInfo(const char *name, const Declaration *decl_ptr); 56 FunctionInfo(ConstString name, const Declaration *decl_ptr); 149 const Declaration *decl_ptr, 171 const Declaration *decl_ptr,
|
D | Block.h | 317 const Declaration *decl_ptr,
|
/external/llvm-project/lldb/source/Symbol/ |
D | Function.cpp | 29 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) in FunctionInfo() argument 30 : m_name(name), m_declaration(decl_ptr) {} in FunctionInfo() 32 FunctionInfo::FunctionInfo(ConstString name, const Declaration *decl_ptr) in FunctionInfo() argument 33 : m_name(name), m_declaration(decl_ptr) {} in FunctionInfo() 65 const Declaration *decl_ptr, in InlineFunctionInfo() argument 67 : FunctionInfo(name, decl_ptr), m_mangled(mangled), in InlineFunctionInfo() 72 const Declaration *decl_ptr, in InlineFunctionInfo() argument 74 : FunctionInfo(name, decl_ptr), m_mangled(mangled), in InlineFunctionInfo()
|
D | Block.cpp | 382 const Declaration *decl_ptr, in SetInlinedFunctionInfo() argument 384 m_inlineInfoSP = std::make_shared<InlineFunctionInfo>(name, mangled, decl_ptr, in SetInlinedFunctionInfo()
|
D | Variable.cpp | 41 const RangeList &scope_range, Declaration *decl_ptr, in Variable() argument 48 m_declaration(decl_ptr), m_location(location), m_external(external), in Variable()
|