Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp63 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
131 if (IsQuoted) in getRelativeIncludeName()
132 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()
200 bool IsQuoted = false; in isLocationInKnownFile() local
201 if (auto IncludeName = getRelativeIncludeName(CI, FileName, &IsQuoted)) in isLocationInKnownFile()
203 [&IsQuoted, &IncludeName](const auto &KnownFile) { in isLocationInKnownFile()
205 KnownFile.second == IsQuoted; in isLocationInKnownFile()
911 bool IsQuoted = false; in PrepareToExecuteAction() local
920 if (IsQuoted) in PrepareToExecuteAction()
927 if (IsQuoted) in PrepareToExecuteAction()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; }
/llvm-project-15.0.7/lldb/source/Utility/
H A DArgs.cpp654 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp275 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp1223 !cursor.IsQuoted() && cursor.ref() == "-") { in ParseForCompletion()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp1014 if (!request.GetParsedLine().empty() && request.GetParsedArg().IsQuoted()) in TabCommand()