Searched defs:ConstructorCall (Results 1 – 3 of 3) 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
23 constexpr char ConstructorCall[] = "constructorCall"; variable
517 TEST(Matcher, ConstructorCall) { in TEST() argument