Searched defs:decl_ptr (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Declaration.h | 47 Declaration(const Declaration *decl_ptr) in Declaration()
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Function.cpp | 31 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) in FunctionInfo() argument 34 FunctionInfo::FunctionInfo(ConstString name, const Declaration *decl_ptr) in FunctionInfo() argument 67 const Declaration *decl_ptr, in InlineFunctionInfo() argument 74 const Declaration *decl_ptr, in InlineFunctionInfo() argument
|
H A D | Variable.cpp | 41 Variable(lldb::user_id_t uid,const char * name,const char * mangled,const lldb::SymbolFileTypeSP & symfile_type_sp,ValueType scope,SymbolContextScope * context,const RangeList & scope_range,Declaration * decl_ptr,const DWARFExpressionList & location_list,bool external,bool artificial,bool location_is_constant_data,bool static_member) Variable() argument
|
H A D | Block.cpp | 393 SetInlinedFunctionInfo(const char * name,const char * mangled,const Declaration * decl_ptr,const Declaration * call_decl_ptr) SetInlinedFunctionInfo() argument
|