Home
last modified time | relevance | path

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

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