clang API Documentation

Public Member Functions | Public Attributes
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:
Collaboration graph
[legend]

List of all members.

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 6135 of file Sema.h.


Constructor & Destructor Documentation

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

Definition at line 6136 of file Sema.h.


Member Data Documentation

Definition at line 6143 of file Sema.h.

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

Definition at line 6144 of file Sema.h.

Referenced by CheckOriginalCallArgDeduction().

Definition at line 6142 of file Sema.h.

Referenced by CheckOriginalCallArgDeduction().


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