Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1770 CXXMethodDecl *DepMethod; in DiagnoseEmptyLookup() local
1772 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()