Searched defs:isCopyConstructor (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclCXX.cpp | 2761 CXXConstructorDecl::isCopyConstructor(unsigned &TypeQuals) const { isCopyConstructor() function in CXXConstructorDecl |
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclCXX.h | 2718 bool isCopyConstructor() const { isCopyConstructor() function |
/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 7943 AST_MATCHER(CXXConstructorDecl,isCopyConstructor) AST_MATCHER() argument |