Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp989 CXXMethodDecl *to_method) { in MaybeCompleteReturnType() argument
990 if (!to_method->isVirtual()) in MaybeCompleteReturnType()
992 QualType return_type = to_method->getReturnType(); in MaybeCompleteReturnType()
1164 if (clang::CXXMethodDecl *to_method = dyn_cast<CXXMethodDecl>(to)) in Imported() local
1165 MaybeCompleteReturnType(m_main, to_method); in Imported()