clang API Documentation
#include <Sema.h>
Public Member Functions | |
BoundTypeDiagnoser1 (unsigned DiagID, const T1 &Arg1) | |
void | diagnose (Sema &S, SourceLocation Loc, QualType T) override |
virtual | ~BoundTypeDiagnoser1 () |
clang::Sema::BoundTypeDiagnoser1< T1 >::BoundTypeDiagnoser1 | ( | unsigned | DiagID, |
const T1 & | Arg1 | ||
) | [inline] |
virtual clang::Sema::BoundTypeDiagnoser1< T1 >::~BoundTypeDiagnoser1 | ( | ) | [inline, virtual] |
void clang::Sema::BoundTypeDiagnoser1< T1 >::diagnose | ( | Sema & | S, |
SourceLocation | Loc, | ||
QualType | T | ||
) | [inline, override, virtual] |
Implements clang::Sema::TypeDiagnoser.
Definition at line 1266 of file Sema.h.
References clang::Sema::Diag(), clang::Sema::getPrintable(), and clang::Sema::TypeDiagnoser::Suppressed.