Searched refs:ConstructorCall (Results 1 – 5 of 5) sorted by relevance
32 public class ConstructorCall extends MethodCall { class36 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { in ConstructorCall() method in ConstructorCall
223 … ConstructorCall ccall = new ConstructorCall(pos, iterator, clazz, minfo); in loopBody()295 public void edit(ConstructorCall c) throws CannotCompileException {} in edit()
23 constexpr char ConstructorCall[] = "constructorCall"; variable97 .bind(ConstructorCall))))), in registerMatchers()119 Result.Nodes.getNodeAs<CXXConstructExpr>(ConstructorCall); in check()
517 TEST(Matcher, ConstructorCall) { in TEST() argument
623 public void edit(ConstructorCall c) throws CannotCompileException { in testExprEditor8()