Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3219 if (auto *FromCXXMethod = dyn_cast<CXXMethodDecl>(D)) in VisitFunctionDecl() local
3220 ImportOverrides(cast<CXXMethodDecl>(ToFunction), FromCXXMethod); in VisitFunctionDecl()