Searched refs:getTypeofLoc (Results 1 – 4 of 4) sorted by relevance
302 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()304 return SourceRange(getTypeofLoc(), in getLocalSourceRange()
1776 SourceLocation getTypeofLoc() const { in getTypeofLoc() function1810 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
732 Record.AddSourceLocation(TL.getTypeofLoc()); in VisitTypeOfExprTypeLoc()738 Record.AddSourceLocation(TL.getTypeofLoc()); in VisitTypeOfTypeLoc()
5542 Result = getDerived().RebuildTypeOfExprType(E.get(), TL.getTypeofLoc()); in TransformTypeOfExprType()5549 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()5572 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()