Home
last modified time | relevance | path

Searched refs:IsDisallowedCopyOrAssign (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp1811 static bool IsDisallowedCopyOrAssign(const CXXMethodDecl *D) { in IsDisallowedCopyOrAssign() function
1877 if (MD->isVirtual() || IsDisallowedCopyOrAssign(MD)) in ShouldWarnIfUnusedFileScopedDecl()