Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp1004 CXXMethodDecl *to_method) { in MaybeCompleteReturnType() argument
1005 if (!to_method->isVirtual()) in MaybeCompleteReturnType()
1007 QualType return_type = to_method->getReturnType(); in MaybeCompleteReturnType()
1184 if (clang::CXXMethodDecl *to_method = dyn_cast<CXXMethodDecl>(to)) in Imported() local
1185 MaybeCompleteReturnType(m_master, to_method); in Imported()