Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedInterface.h43 llvm::SmallVector<llvm::StringLiteral> abstract_methods; in GetAbstractMethods() local
44 llvm::transform(GetAbstractMethodRequirements(), abstract_methods.begin(), in GetAbstractMethods()
48 return abstract_methods; in GetAbstractMethods()