Searched refs:DepMethod (Results 1 – 1 of 1) sorted by relevance
1835 CXXMethodDecl *DepMethod; in DiagnoseEmptyLookup() local1837 DepMethod = CurMethod; in DiagnoseEmptyLookup()1840 DepMethod = cast<CXXMethodDecl>(CurMethod->getPrimaryTemplate()-> in DiagnoseEmptyLookup()1843 DepMethod = cast<CXXMethodDecl>( in DiagnoseEmptyLookup()1845 assert(DepMethod && "No template pattern found"); in DiagnoseEmptyLookup()1847 QualType DepThisType = DepMethod->getThisType(Context); in DiagnoseEmptyLookup()