Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d476 enum fullyQualifiedName = fqnType!(T[0], false, false, false, false); variable
478 enum fullyQualifiedName = fqnSym!(T[0]); variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d1460 void fullyQualifiedName(ref OutBuffer buf) nothrow in fullyQualifiedName() function