Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DTildeExpressionResolver.h47 virtual bool ResolvePartial(llvm::StringRef Expr,
60 bool ResolvePartial(llvm::StringRef Expr, llvm::StringSet<> &Output) override;
/llvm-project-15.0.7/lldb/unittests/TestingSupport/
H A DMockTildeExpressionResolver.h32 bool ResolvePartial(llvm::StringRef Expr, llvm::StringSet<> &Output) override;
H A DMockTildeExpressionResolver.cpp61 bool MockTildeExpressionResolver::ResolvePartial(StringRef Expr, in ResolvePartial() function in MockTildeExpressionResolver
/llvm-project-15.0.7/lldb/source/Utility/
H A DTildeExpressionResolver.cpp42 bool StandardTildeExpressionResolver::ResolvePartial(StringRef Expr, in ResolvePartial() function in StandardTildeExpressionResolver
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp352 Resolver.ResolvePartial(Username, MatchSet); in DiskFilesOrDirectories()