Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp993 CXXMethodDecl *to_method) { in MaybeCompleteReturnType() argument
994 if (!to_method->isVirtual()) in MaybeCompleteReturnType()
996 QualType return_type = to_method->getReturnType(); in MaybeCompleteReturnType()
1174 if (clang::CXXMethodDecl *to_method = dyn_cast<CXXMethodDecl>(to)) in Imported() local
1175 MaybeCompleteReturnType(m_main, to_method); in Imported()