Lines Matching refs:IsQuoted
63 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
919 if (auto RelativeName = getRelativeIncludeName(CI, FilePath, &IsQuoted)) { in PrepareToExecuteAction()
920 if (IsQuoted) in PrepareToExecuteAction()
927 if (IsQuoted) in PrepareToExecuteAction()
932 IsQuoted); in PrepareToExecuteAction()