ΒΆclang::QualType desugarForDiagnostic(
    clang::ASTContext& Context,
    clang::QualType QT,
    bool& ShouldAKA)

Description

Returns a desugared version of the QualType, and marks ShouldAKA as true whenever we remove significant sugar from the type.

Declared at: clang/include/clang/AST/ASTDiagnostic.h:38

Parameters

clang::ASTContext& Context
clang::QualType QT
bool& ShouldAKA