Searched refs:IsQuoted (Results 1 – 6 of 6) sorted by relevance
62 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument127 if (IsQuoted) in getRelativeIncludeName()128 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()174 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument175 return getRelativeIncludeName(CI, FE.getNameAsRequested(), IsQuoted); in getRelativeIncludeName()199 bool IsQuoted = false; in operator ()() local200 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 …]
52 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function
660 if (!entry.IsQuoted() && arg == "--") { in SetFromString()
295 if (request.GetParsedArg().IsQuoted()) in HandleCompletionWithDescriptions()
1235 !cursor.IsQuoted() && cursor.ref() == "-") { in ParseForCompletion()
1020 request.GetParsedArg().IsQuoted()) { in TabCommand()