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

/external/clang/lib/Sema/
H A DSemaExpr.cpp1567 CXXMethodDecl *DepMethod; local
1570 DepMethod = cast<CXXMethodDecl>(CurMethod->getPrimaryTemplate()->
1573 DepMethod = cast<CXXMethodDecl>(
1575 assert(DepMethod && "No template pattern found");
1577 QualType DepThisType = DepMethod->getThisType(Context);

Completed in 63 milliseconds