Searched refs:needsTypeInference (Results 1 – 5 of 5) sorted by relevance
351 bool needsTypeInference(Scope *sc, int flag = 0);
871 if (ti->needsTypeInference(sc)) in visit()2814 if (ti->needsTypeInference(sc, 1)) in visit()2857 if (ti->needsTypeInference(sc, 1)) in visit()8685 if (exp->ti->needsTypeInference(sc)) in semanticY()8734 if (exp->ti->needsTypeInference(sc)) in semanticY()8770 if (exp->ti->needsTypeInference(sc)) in semanticY()
7193 bool TemplateInstance::needsTypeInference(Scope *sc, int flag) in needsTypeInference() function
3319 if (ti.needsTypeInference(sc)) in visit()4273 if (ti.needsTypeInference(sc, 1)) in visit()4312 if (ti.needsTypeInference(sc, 1)) in visit()12747 if (exp.ti.needsTypeInference(sc)) in semanticY()12790 if (exp.ti.needsTypeInference(sc)) in semanticY()12821 if (exp.ti.needsTypeInference(sc)) in semanticY()
7093 extern (D) final bool needsTypeInference(Scope* sc, int flag = 0)