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