Searched defs:isConstructor (Results 1 – 10 of 10) sorted by relevance
27 public boolean isConstructor() { in isConstructor() method in MethodDecl
64 public boolean isConstructor() { in isConstructor() method in MethodId
58 boolean isConstructor) in appendTo()
148 String methodDesc, boolean isStatic, boolean isConstructor) in initFirstBlock()
107 public boolean isConstructor() { in isConstructor() method in CtConstructor
226 public boolean isConstructor() { in isConstructor() method in MethodInfo
606 public int isConstructor(String classname, int index) { in isConstructor() method in ConstPool
832 bool TIntermOperator::isConstructor() const in isConstructor() function in TIntermOperator
515 static void writeMethod(PrintStream stream, MethodInfo method, boolean isConstructor) { in writeMethod()
103 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor, in parseMethod1()