Home
last modified time | relevance | path

Searched refs:call_decl_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h172 const Declaration *call_decl_ptr);
196 const Declaration *call_decl_ptr);
H A DBlock.h370 const Declaration *call_decl_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp68 const Declaration *call_decl_ptr) in InlineFunctionInfo() argument
70 m_call_decl(call_decl_ptr) {} in InlineFunctionInfo()
75 const Declaration *call_decl_ptr) in InlineFunctionInfo() argument
77 m_call_decl(call_decl_ptr) {} in InlineFunctionInfo()
H A DBlock.cpp366 const Declaration *call_decl_ptr) { in SetInlinedFunctionInfo() argument
368 new InlineFunctionInfo(name, mangled, decl_ptr, call_decl_ptr)); in SetInlinedFunctionInfo()