Searched refs:setConstructor (Results 1 – 7 of 7) sorted by relevance
14 public void setConstructor(Constructor constructor) { in setConstructor() method in BaseAnnotation
158 pattern.setConstructor(memberName.getText().equals("<init>")); in resolve()
308 info.setConstructor(); in createInfo()
384 info.setConstructor(); in createInfo()
101 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); } in setConstructor() method in APIInfo
1213 void setConstructor(CXXConstructorDecl *C) { Constructor = C; } in setConstructor() function
1236 E->setConstructor(ReadDeclAs<CXXConstructorDecl>(Record, Idx)); in VisitCXXConstructExpr()