dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
DiagnosticVisitor
clang
TranslationUnit
Undocumented in source.
struct
DiagnosticVisitor {
this
(CXTranslationUnit translatoinUnit);
size_t
length
();
int
opApply
(int delegate(ref Diagnostic) dg);
}
Constructors
this
this
(CXTranslationUnit translatoinUnit)
Undocumented in source.
Members
Functions
length
size_t
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(ref Diagnostic) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
clang
TranslationUnit
functions
dumpAST
structs
DiagnosticVisitor
TranslationUnit