Searched defs:OldMethod (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp2116 const CXXMethodDecl* OldMethod = dyn_cast<CXXMethodDecl>(Old); local
2118 if (OldMethod && NewMethod) {
2120 NewMethod->setTrivial(OldMethod->isTrivial());
2126 OldMethod->isFunctionTemplateSpecialization() &&
2135 if (OldMethod->isStatic() || NewMethod->isStatic()) {
2147 if (isa<CXXConstructorDecl>(OldMethod))
2168 } else if (OldMethod->isImplicit()) {
2174 << New << getSpecialMember(OldMethod);
2177 } else if (OldMethod->isExplicitlyDefaulted() && !isFriend) {
2180 << getSpecialMember(OldMethod);
[all...]

Completed in 65 milliseconds