clang API Documentation
#include <Sema.h>


Public Member Functions | |
| BoundTypeDiagnoser3 (unsigned DiagID, const T1 &Arg1, const T2 &Arg2, const T3 &Arg3) | |
| void | diagnose (Sema &S, SourceLocation Loc, QualType T) override |
| virtual | ~BoundTypeDiagnoser3 () |
| clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >::BoundTypeDiagnoser3 | ( | unsigned | DiagID, |
| const T1 & | Arg1, | ||
| const T2 & | Arg2, | ||
| const T3 & | Arg3 | ||
| ) | [inline] |
| virtual clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >::~BoundTypeDiagnoser3 | ( | ) | [inline, virtual] |
| void clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >::diagnose | ( | Sema & | S, |
| SourceLocation | Loc, | ||
| QualType | T | ||
| ) | [inline, override, virtual] |
Implements clang::Sema::TypeDiagnoser.
Definition at line 1307 of file Sema.h.
References clang::Sema::Diag(), clang::Sema::getPrintable(), and clang::Sema::TypeDiagnoser::Suppressed.