Home | History | Annotate | Download | only in Sema

Lines Matching full:getuser

500     const Expr *User = Use.getUser();
621 S.Diag(Use.getUser()->getLocStart(),
625 << Use.getUser()->getSourceRange();
637 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Use.getUser())) {
665 const BlockExpr *BE = cast<BlockExpr>(Use.getUser());
1148 SourceLocation aLoc = a.getUser()->getLocStart();
1149 SourceLocation bLoc = b.getUser()->getLocStart();
1217 UninitUse Use = hasSelfInit ? UninitUse(vi->getUser(), false) : *vi;