Home | History | Annotate | Download | only in Sema

Lines Matching refs:Constructor

2515   //   overload resolution to select the constructor for the copy is first
2530 // parameter of the selected constructor is not an rvalue reference
2540 CXXConstructorDecl *Constructor
2544 = Constructor->getParamDecl(0)->getType()
2550 Context.getTypeDeclType(Constructor->getParent())))
2559 // using the constructor we found.
2925 // return of void in constructor/destructor is illegal in C++.