Searched defs:codedoc (Results 1 – 3 of 3) sorted by relevance
4204 char* codedoc; // for documented unittest variable4209 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, char* codedoc) in this()
1919 auto codedoc = utd.codedoc.stripLeadingNewlines; in writeSections() local
5433 UnitTestDeclaration::UnitTestDeclaration(Loc loc, Loc endloc, StorageClass stc, char *codedoc) in UnitTestDeclaration()