Home | History | Annotate | Download | only in AST

Lines Matching defs:getExprLoc

94 // a more specific implementation of getExprLoc().
97 /// implementation of getExprLoc.
101 return static_cast<const E*>(expr)->getExprLoc();
105 /// a custom implementation of getExprLoc. Overload resolution
115 SourceLocation Expr::getExprLoc() const {
122 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
1471 Loc = getExprLoc();
1629 Loc = getExprLoc();
1636 Loc = getExprLoc();
1643 Loc = getExprLoc();