Searched refs:isCtorCall (Results 1 – 4 of 4) sorted by relevance
2678 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyFunction() local2679 if (isCtorCall) in applyFunction()2790 if (isCtorCall && tf.mod != m.lastf.type.mod) in applyFunction()2980 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyTemplate() local2981 if (isCtorCall) in applyTemplate()3034 if (isCtorCall && fd.type.mod != m.lastf.type.mod) in applyTemplate()
1723 const isCtorCall = fd && fd.needThis() && fd.isCtorDeclaration(); in functionParameters() local1732 MOD wildmatch = (tthis && !isCtorCall) ? tthis.Type.deduceWild(tf, false) : 0; in functionParameters()1940 Expression firstArg = ((tf.next && tf.next.ty == Tvoid || isCtorCall) && in functionParameters()2106 (tf.next && tf.next.ty == Tvoid || isCtorCall)) in functionParameters()2424 if (isCtorCall) in functionParameters()
2201 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local2202 if (isCtorCall) in functionResolve()2275 if (isCtorCall && tf->mod != m->lastf->type->mod) in functionResolve()2462 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local2463 if (isCtorCall) in functionResolve()2517 if (isCtorCall && fd->type->mod != m->lastf->type->mod) in functionResolve()
1409 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local1417 if (tthis && tf->isWild() && !isCtorCall) in functionParameters()1962 if (isCtorCall) in functionParameters()