Home
last modified time | relevance | path

Searched defs:GetFunctionCaller (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h111 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h505 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9751 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller() function in ScratchTypeSystemClang