Home
last modified time | relevance | path

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

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