Searched refs:IsQuoted (Results 1 – 6 of 6) sorted by relevance
61 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument126 if (IsQuoted) in getRelativeIncludeName()127 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()173 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument174 return getRelativeIncludeName(CI, FE.getNameAsRequested(), IsQuoted); in getRelativeIncludeName()198 bool IsQuoted = false; in operator ()() local199 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 …]
54 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function
671 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
307 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
1270 !cursor.IsQuoted() && cursor.ref() == "-") { in ParseForCompletion()
1147 request.GetParsedArg().IsQuoted()) { in TabCommand()