Lines Matching defs:getExprLoc
206 // a more specific implementation of getExprLoc().
211 /// implementation of getExprLoc.
215 return static_cast<const E*>(expr)->getExprLoc();
219 /// a custom implementation of getExprLoc. Overload resolution
229 SourceLocation Expr::getExprLoc() const {
236 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
2411 Loc = getExprLoc();
2623 Loc = getExprLoc();
2631 Loc = getExprLoc();
2640 Loc = getExprLoc();
2653 Loc = getExprLoc();
3325 if (!IncludePossibleEffects && getExprLoc().isMacroID())