Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp31 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()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h40 bool &ShouldAKA);