Searched defs:isCtorCall (Results 1 – 4 of 4) sorted by relevance
2678 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyFunction() local2980 bool isCtorCall = tthis_fd && fd.isCtorDeclaration(); in applyTemplate() local
1723 const isCtorCall = fd && fd.needThis() && fd.isCtorDeclaration(); in functionParameters() local
2201 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local2462 bool isCtorCall = tthis_fd && fd->isCtorDeclaration(); in functionResolve() local
1409 bool isCtorCall = fd && fd->needThis() && fd->isCtorDeclaration(); in functionParameters() local