clang  3.7.0
Public Attributes | List of all members
clang::TemplateDiffTypes Struct Reference

#include <Diagnostic.h>

Collaboration diagram for clang::TemplateDiffTypes:
[legend]

Public Attributes

intptr_t FromType
 
intptr_t ToType
 
unsigned PrintTree: 1
 
unsigned PrintFromType: 1
 
unsigned ElideType: 1
 
unsigned ShowColors: 1
 
unsigned TemplateDiffUsed: 1
 

Detailed Description

Definition at line 1392 of file Diagnostic.h.

Member Data Documentation

unsigned clang::TemplateDiffTypes::ElideType
intptr_t clang::TemplateDiffTypes::FromType
unsigned clang::TemplateDiffTypes::PrintFromType
unsigned clang::TemplateDiffTypes::PrintTree
unsigned clang::TemplateDiffTypes::ShowColors
unsigned clang::TemplateDiffTypes::TemplateDiffUsed
intptr_t clang::TemplateDiffTypes::ToType

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