Searched refs:fullQual (Results 1 – 6 of 6) sorted by relevance
23 bool fullQual; // fully qualify types when printing member
1070 buf->writestring(hgs->fullQual ? ti->toPrettyChars() : ti->toChars()); in visit()1072 buf->writestring(hgs->fullQual ? t->sym->toPrettyChars() : t->sym->toChars()); in visit()1081 buf->writestring(hgs->fullQual ? ti->toPrettyChars() : ti->toChars()); in visit()1083 buf->writestring(hgs->fullQual ? t->sym->toPrettyChars() : t->sym->toChars()); in visit()3227 hgs.fullQual = qualifyTypes; in toCBufferInstance()
1484 hgs.fullQual = (ty == Tclass && !mod); in toChars()1495 hgs.fullQual = QualifyTypes; in toPrettyChars()
63 bool fullQual; /// fully qualify types when printing member2821 hgs.fullQual = qualifyTypes;3107 const(char)* parameterToChars(Parameter parameter, TypeFunction tf, bool fullQual) in parameterToChars() argument3111 hgs.fullQual = fullQual; in parameterToChars()3892 buf.writestring(hgs.fullQual ? t.sym.toPrettyChars() : t.sym.toChars()); in typeToBufferx()3902 buf.writestring(hgs.fullQual ? ti.toPrettyChars() : ti.toChars()); in typeToBufferx()3904 buf.writestring(hgs.fullQual ? t.sym.toPrettyChars() : t.sym.toChars()); in typeToBufferx()3914 buf.writestring(hgs.fullQual ? ti.toPrettyChars() : ti.toChars()); in typeToBufferx()3916 buf.writestring(hgs.fullQual ? t.sym.toPrettyChars() : t.sym.toChars()); in typeToBufferx()
769 hgs.fullQual = (ty == Tclass && !mod); in toChars()781 hgs.fullQual = QualifyTypes;
3797 hgs.fullQual = true; in funcDeclarationSemantic()