Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1232 CXXMethodDecl *to_method) { in MaybeCompleteReturnType() argument
1233 if (!to_method->isVirtual()) in MaybeCompleteReturnType()
1235 QualType return_type = to_method->getReturnType(); in MaybeCompleteReturnType()
1408 if (clang::CXXMethodDecl *to_method = dyn_cast<CXXMethodDecl>(to)) in Imported() local
1409 MaybeCompleteReturnType(m_main, to_method); in Imported()