Searched refs:DepMethod (Results 1 – 1 of 1) sorted by relevance
1770 CXXMethodDecl *DepMethod; in DiagnoseEmptyLookup() local1772 DepMethod = CurMethod; in DiagnoseEmptyLookup()1775 DepMethod = cast<CXXMethodDecl>(CurMethod->getPrimaryTemplate()-> in DiagnoseEmptyLookup()1778 DepMethod = cast<CXXMethodDecl>( in DiagnoseEmptyLookup()1780 assert(DepMethod && "No template pattern found"); in DiagnoseEmptyLookup()1782 QualType DepThisType = DepMethod->getThisType(Context); in DiagnoseEmptyLookup()