Lines Matching defs:getExprLoc
243 // a more specific implementation of getExprLoc().
248 /// implementation of getExprLoc.
252 return static_cast<const E*>(expr)->getExprLoc();
256 /// a custom implementation of getExprLoc. Overload resolution
277 SourceLocation Expr::getExprLoc() const {
284 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
2613 Loc = getExprLoc();
2825 Loc = getExprLoc();
2833 Loc = getExprLoc();
2843 Loc = getExprLoc();
2854 Loc = getExprLoc();
3572 if (!IncludePossibleEffects && getExprLoc().isMacroID())