Searched refs:decl_ptr (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Declaration.h | 47 Declaration(const Declaration *decl_ptr) in Declaration() argument 49 if (decl_ptr) in Declaration() 50 *this = *decl_ptr; in Declaration()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Function.cpp | 31 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) in FunctionInfo() argument 32 : m_name(name), m_declaration(decl_ptr) {} in FunctionInfo() 34 FunctionInfo::FunctionInfo(ConstString name, const Declaration *decl_ptr) in FunctionInfo() argument 35 : m_name(name), m_declaration(decl_ptr) {} in FunctionInfo() 67 const Declaration *decl_ptr, in InlineFunctionInfo() argument 69 : FunctionInfo(name, decl_ptr), m_mangled(mangled), 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 | 393 const Declaration *decl_ptr, in SetInlinedFunctionInfo() argument 395 m_inlineInfoSP = std::make_shared<InlineFunctionInfo>(name, mangled, decl_ptr, in SetInlinedFunctionInfo()
|
| H A D | Variable.cpp | 41 const RangeList &scope_range, Declaration *decl_ptr, in Variable() argument 48 m_declaration(decl_ptr), m_location_list(location_list), m_external(external), in Variable()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 44 FunctionInfo(const char *name, const Declaration *decl_ptr); 56 FunctionInfo(ConstString name, const Declaration *decl_ptr); 147 const Declaration *decl_ptr, 169 const Declaration *decl_ptr,
|
| H A D | Block.h | 317 const Declaration *decl_ptr,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | rtti.c | 1450 emit_tinfo_decl (decl_ptr, data) in emit_tinfo_decl() argument 1451 tree *decl_ptr; in emit_tinfo_decl() 1454 tree decl = *decl_ptr;
|
| H A D | search.c | 79 tree decl_ptr; member
|
| H A D | ChangeLog | 13710 * search.c (struct vbase_info): Document decl_ptr.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 3838 * search.c (struct vbase_info): Document decl_ptr.
|