Lines Matching refs:ShouldAKA
31 bool &ShouldAKA) { in desugarForDiagnostic() argument
108 ShouldAKA = true; in desugarForDiagnostic()
131 ShouldAKA = true; in desugarForDiagnostic()
141 desugarForDiagnostic(Context, AT->getElementType(), ShouldAKA); in desugarForDiagnostic()
207 ShouldAKA = true; in desugarForDiagnostic()
215 desugarForDiagnostic(Context, Ty->getPointeeType(), ShouldAKA)); in desugarForDiagnostic()
218 desugarForDiagnostic(Context, Ty->getPointeeType(), ShouldAKA)); in desugarForDiagnostic()
221 desugarForDiagnostic(Context, Ty->getPointeeType(), ShouldAKA)); in desugarForDiagnostic()
224 desugarForDiagnostic(Context, Ty->getPointeeType(), ShouldAKA)); in desugarForDiagnostic()
226 if (Ty->getBaseType().getTypePtr() != Ty && !ShouldAKA) { in desugarForDiagnostic()
228 desugarForDiagnostic(Context, Ty->getBaseType(), ShouldAKA); in desugarForDiagnostic()
284 bool ShouldAKA = false; in ConvertTypeToDiagnosticString() local
286 desugarForDiagnostic(Context, CompareTy, ShouldAKA); in ConvertTypeToDiagnosticString()
320 bool ShouldAKA = false; in ConvertTypeToDiagnosticString() local
321 QualType DesugaredTy = desugarForDiagnostic(Context, Ty, ShouldAKA); in ConvertTypeToDiagnosticString()
322 if (ShouldAKA || ForceAKA) { in ConvertTypeToDiagnosticString()