Searched refs:to_method (Results 1 – 1 of 1) sorted by relevance
1232 CXXMethodDecl *to_method) { in MaybeCompleteReturnType() argument1233 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() local1409 MaybeCompleteReturnType(m_main, to_method); in Imported()