clang API Documentation

Public Member Functions
clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 > Class Template Reference

#include <Sema.h>

Inheritance diagram for clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >:
Inheritance graph
[legend]
Collaboration diagram for clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >:
Collaboration graph
[legend]

List of all members.

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 ()

Detailed Description

template<typename T1, typename T2, typename T3>
class clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >

Definition at line 1295 of file Sema.h.


Constructor & Destructor Documentation

template<typename T1, typename T2, typename T3>
clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >::BoundTypeDiagnoser3 ( unsigned  DiagID,
const T1 &  Arg1,
const T2 &  Arg2,
const T3 &  Arg3 
) [inline]

Definition at line 1302 of file Sema.h.

template<typename T1, typename T2, typename T3>
virtual clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >::~BoundTypeDiagnoser3 ( ) [inline, virtual]

Definition at line 1313 of file Sema.h.


Member Function Documentation

template<typename T1, typename T2, typename T3>
void clang::Sema::BoundTypeDiagnoser3< T1, T2, T3 >::diagnose ( Sema S,
SourceLocation  Loc,
QualType  T 
) [inline, override, virtual]

The documentation for this class was generated from the following file: