Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3421 } else if (CXXDestructorDecl *FromDtor = dyn_cast<CXXDestructorDecl>(D)) { in VisitFunctionDecl() local
3425 Err, const_cast<FunctionDecl *>(FromDtor->getOperatorDelete())); in VisitFunctionDecl()
3426 auto ToThisArg = importChecked(Err, FromDtor->getOperatorDeleteThisArg()); in VisitFunctionDecl()