Home
last modified time | relevance | path

Searched refs:decl_ptr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDeclaration.h80 Declaration(const Declaration *decl_ptr) in Declaration() argument
87 if (decl_ptr) in Declaration()
88 *this = *decl_ptr; in Declaration()
H A DFunction.h45 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 DBlock.h369 const Declaration *decl_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp32 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 DBlock.cpp365 const Declaration *decl_ptr, in SetInlinedFunctionInfo() argument
368 new InlineFunctionInfo(name, mangled, decl_ptr, call_decl_ptr)); in SetInlinedFunctionInfo()
H A DVariable.cpp47 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 DChangeLog-20003838 * search.c (struct vbase_info): Document decl_ptr.