Searched defs:isCopyConstructor (Results 1 – 3 of 3) sorted by relevance
1780 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { in isCopyConstructor() function in CXXConstructorDecl
4520 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
2276 bool isCopyConstructor() const { in isCopyConstructor() function