Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDExtractAPIConsumer.cpp62 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
127 if (IsQuoted) in getRelativeIncludeName()
128 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()
174 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
175 return getRelativeIncludeName(CI, FE.getNameAsRequested(), IsQuoted); in getRelativeIncludeName()
199 bool IsQuoted = false; in operator ()() local
200 if (auto IncludeName = getRelativeIncludeName(CI, *File, &IsQuoted)) in operator ()()
202 [&IsQuoted, &IncludeName](const auto &KnownFile) { in operator ()()
204 KnownFile.second == IsQuoted; in operator ()()
474 bool IsQuoted = false; in PrepareToExecuteAction() local
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArgs.h52 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDArgs.cpp660 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp295 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptions.cpp1235 !cursor.IsQuoted() && cursor.ref() == "-") { in ParseForCompletion()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp1020 request.GetParsedArg().IsQuoted()) { in TabCommand()