Searched defs:DepMethod (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExpr.cpp1777 CXXMethodDecl *DepMethod; local
1779 DepMethod = CurMethod;
1782 DepMethod = cast<CXXMethodDecl>(CurMethod->getPrimaryTemplate()->
1785 DepMethod = cast<CXXMethodDecl>(
1787 assert(DepMethod && "No template pattern found");
1789 QualType DepThisType = DepMethod->getThisType(Context);

Completed in 225 milliseconds