Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d443 … parentti = this.context.res.asType().toDsymbol(null).parent.isTemplateInstance(); in template_arg()
707 : this.context.res.asType().toDsymbol(null).cppnamespace; in getTiNamespace()
1342 tf = this.context.res.asType().isTypeFunction(); in mangleFunctionParameters()
1391 auto prev = this.context.push(this.context.res.asType().mutableOf().unSharedOf()); in headOfType()
1835 auto prev = this.context.push(this.context.res.asType().nextOf()); in visit()
2000 auto analyzed_ti = this.context.res.asType().toDsymbol(null).isInstantiated(); in visit()
2116 private Type asType(RootObject o) in asType() function