Searched refs:IsQuoted (Results 1 – 6 of 6) sorted by relevance
63 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument131 if (IsQuoted) in getRelativeIncludeName()132 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()200 bool IsQuoted = false; in isLocationInKnownFile() local201 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() local920 if (IsQuoted) in PrepareToExecuteAction()927 if (IsQuoted) in PrepareToExecuteAction()[all …]
54 bool IsQuoted() const { return quote != '\0'; }
654 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
275 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
1223 !cursor.IsQuoted() && cursor.ref() == "-") { in ParseForCompletion()
1014 if (!request.GetParsedLine().empty() && request.GetParsedArg().IsQuoted()) in TabCommand()