Home
last modified time | relevance | path

Searched refs:visitFuncIdentWithPrefix (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.c725 visitFuncIdentWithPrefix((TypeFunction *)t, ident, NULL); in typeToBuffer()
934 void visitFuncIdentWithPrefix(TypeFunction *t, Identifier *ident, TemplateDeclaration *td) in visitFuncIdentWithPrefix() function
3414 v.visitFuncIdentWithPrefix(tf, ident, td); in functionToBufferFull()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.d3035 visitFuncIdentWithPrefix(tf, ident, td, buf, hgs); in functionToBufferFull()
3355 visitFuncIdentWithPrefix(tf, ident, null, buf, hgs);
3571 private void visitFuncIdentWithPrefix(TypeFunction t, const Identifier ident, TemplateDeclaration t… in visitFuncIdentWithPrefix() function