Searched refs:CorrectedScopeName (Results 1 – 2 of 2) sorted by relevance
268 if (auto CorrectedScopeName = STC.getCorrection()) in tryGetCorrectedScopeName() local269 return CorrectedScopeName; in tryGetCorrectedScopeName()
8038 std::optional<StringRef> CorrectedScopeName = in DiagnoseUnknownAttribute() local8040 if (CorrectedScopeName) { in DiagnoseUnknownAttribute()8041 ScopeName = *CorrectedScopeName; in DiagnoseUnknownAttribute()8051 if (CorrectedScopeName || CorrectedAttrName) { in DiagnoseUnknownAttribute()8055 Diag(CorrectedScopeName ? NR.getBegin() : AL.getRange().getBegin(), in DiagnoseUnknownAttribute()8063 if (CorrectedScopeName) { in DiagnoseUnknownAttribute()