Lines Matching defs:getExprLoc
242 // a more specific implementation of getExprLoc().
247 /// implementation of getExprLoc.
251 return static_cast<const E*>(expr)->getExprLoc();
255 /// a custom implementation of getExprLoc. Overload resolution
276 SourceLocation Expr::getExprLoc() const {
283 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
2636 Loc = getExprLoc();
2848 Loc = getExprLoc();
2856 Loc = getExprLoc();
2866 Loc = getExprLoc();
2877 Loc = getExprLoc();
3598 if (!IncludePossibleEffects && getExprLoc().isMacroID())