Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1835 CXXMethodDecl *DepMethod; in DiagnoseEmptyLookup() local
1837 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()