Home | History | Annotate | Download | only in AST

Lines Matching defs:Source

5 // This file is distributed under the University of Illinois Open Source
392 // FIXME: Force the precision of the source value down so we don't
4331 const Expr *Source = E->getSourceExpr();
4332 if (!Source)
4334 if (Source == E) { // sanity checking.
4338 return StmtVisitorTy::Visit(Source);