Home | History | Annotate | Download | only in Sema

Lines Matching refs:Meth

7801   if (CXXMethodDecl *Meth = dyn_cast<CXXMethodDecl>(Fn)) {
7804 if (!Meth->isImplicit())
7807 if (Meth->isMoveAssignmentOperator())
7810 if (Meth->isCopyAssignmentOperator())
7813 assert(isa<CXXConversionDecl>(Meth) && "expected conversion");