Home
last modified time | relevance | path

Searched defs:TemplateDiffTypes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1821 struct TemplateDiffTypes { struct
1822 intptr_t FromType;
1823 intptr_t ToType;
1824 unsigned PrintTree : 1;
1825 unsigned PrintFromType : 1;
1826 unsigned ElideType : 1;
1827 unsigned ShowColors : 1;
1830 unsigned TemplateDiffUsed : 1;