Home
last modified time | relevance | path

Searched defs:isCopyOrMoveConstructor (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2772 bool CXXConstructorDecl::isCopyOrMoveConstructor(unsigned &TypeQuals) const { isCopyOrMoveConstructor() function in CXXConstructorDecl
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2744 bool isCopyOrMoveConstructor() const { isCopyOrMoveConstructor() function