Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2526 bool CXXMethodDecl::isMoveAssignmentOperator() const { in isMoveAssignmentOperator() function in CXXMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6425 AST_MATCHER(CXXMethodDecl, isMoveAssignmentOperator) { in AST_MATCHER() argument