Home
last modified time | relevance | path

Searched refs:GetAbstractMethods (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h42 llvm::SmallVector<llvm::StringLiteral> const GetAbstractMethods() const { in GetAbstractMethods() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h354 return llvm::is_contained(GetAbstractMethods(), method_name) in Dispatch()