Searched refs:hasSoongNamespace (Results 1 – 1 of 1) sorted by relevance
691 if ctx.hasSoongNamespace(name) {696 if !(ch == '_' && ctx.hasSoongNamespace(name[0:pos])) {2146 func (ctx *parseContext) hasSoongNamespace(name string) bool { func