Home
last modified time | relevance | path

Searched refs:CorrectedScopeName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp268 if (auto CorrectedScopeName = STC.getCorrection()) in tryGetCorrectedScopeName() local
269 return CorrectedScopeName; in tryGetCorrectedScopeName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8038 std::optional<StringRef> CorrectedScopeName = in DiagnoseUnknownAttribute() local
8040 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()