Home | History | Annotate | Download | only in AST

Lines Matching refs:getExprLoc

96 // a more specific implementation of getExprLoc().
101 /// implementation of getExprLoc.
105 return static_cast<const E*>(expr)->getExprLoc();
109 /// a custom implementation of getExprLoc. Overload resolution
119 SourceLocation Expr::getExprLoc() const {
126 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
1670 Loc = getExprLoc();
1829 Loc = getExprLoc();
1836 Loc = getExprLoc();
1843 Loc = getExprLoc();
1855 Loc = getExprLoc();