clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::Sema::OriginalCallArg Struct Reference

brief A function argument from which we performed template argument More...

#include <Sema.h>

Collaboration diagram for clang::Sema::OriginalCallArg:
[legend]

Public Member Functions

 OriginalCallArg (QualType OriginalParamType, unsigned ArgIdx, QualType OriginalArgType)
 

Public Attributes

QualType OriginalParamType
 
unsigned ArgIdx
 
QualType OriginalArgType
 

Detailed Description

brief A function argument from which we performed template argument

Definition at line 6272 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::OriginalCallArg::OriginalCallArg ( QualType  OriginalParamType,
unsigned  ArgIdx,
QualType  OriginalArgType 
)
inline

Definition at line 6273 of file Sema.h.

Member Data Documentation

unsigned clang::Sema::OriginalCallArg::ArgIdx

Definition at line 6280 of file Sema.h.

Referenced by clang::Sema::FinishTemplateArgumentDeduction().

QualType clang::Sema::OriginalCallArg::OriginalArgType

Definition at line 6281 of file Sema.h.

Referenced by CheckOriginalCallArgDeduction().

QualType clang::Sema::OriginalCallArg::OriginalParamType

Definition at line 6279 of file Sema.h.

Referenced by CheckOriginalCallArgDeduction().


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