Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h133 bool include_support_files, CompletionRequest &request);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp358 CommandInterpreter &interpreter, bool include_support_files, in SourceFileCompleter() argument
361 m_include_support_files(include_support_files), m_matching_files() { in SourceFileCompleter()