Searched defs:decl_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h59 Declaration(const Declaration *decl_ptr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp29 FunctionInfo::FunctionInfo(const char *name, const Declaration *decl_ptr) argument
32 FunctionInfo::FunctionInfo(ConstString name, const Declaration *decl_ptr) argument
63 InlineFunctionInfo(const char *name, llvm::StringRef mangled, const Declaration *decl_ptr, const Declaration *call_decl_ptr) argument
70 InlineFunctionInfo(ConstString name, const Mangled &mangled, const Declaration *decl_ptr, const Declaration *call_decl_ptr) argument
H A DBlock.cpp381 SetInlinedFunctionInfo(const char *name, const char *mangled, const Declaration *decl_ptr, const Declaration *call_decl_ptr) argument
H A DVariable.cpp38 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 DWARFExpression &location, bool external, bool artificial, bool static_member) argument

Completed in 108 milliseconds