Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp61 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
126 if (IsQuoted) in getRelativeIncludeName()
127 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()
173 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
174 return getRelativeIncludeName(CI, FE.getNameAsRequested(), IsQuoted); in getRelativeIncludeName()
198 bool IsQuoted = false; in operator ()() local
199 if (auto IncludeName = getRelativeIncludeName(CI, *File, &IsQuoted)) in operator ()()
201 [&IsQuoted, &IncludeName](const auto &KnownFile) { in operator ()()
203 KnownFile.second == IsQuoted; in operator ()()
454 bool IsQuoted = false; in PrepareToExecuteAction() local
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp671 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp307 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1270 !cursor.IsQuoted() && cursor.ref() == "-") { in ParseForCompletion()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1147 request.GetParsedArg().IsQuoted()) { in TabCommand()