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.cpp1257 CXXMethodDecl *to_method) { in MaybeCompleteReturnType() argument
1258 if (!to_method->isVirtual()) in MaybeCompleteReturnType()
1260 QualType return_type = to_method->getReturnType(); in MaybeCompleteReturnType()
1431 if (clang::CXXMethodDecl *to_method = dyn_cast<CXXMethodDecl>(to)) in Imported() local
1432 MaybeCompleteReturnType(m_main, to_method); in Imported()