Lines Matching refs:IsQuoted
61 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
462 if (auto RelativeName = getRelativeIncludeName(CI, FilePath, &IsQuoted)) { in PrepareToExecuteAction()
463 if (IsQuoted) in PrepareToExecuteAction()
470 if (IsQuoted) in PrepareToExecuteAction()
475 IsQuoted); in PrepareToExecuteAction()