Searched refs:getTypeofLoc (Results 1 – 4 of 4) sorted by relevance
309 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()311 return SourceRange(getTypeofLoc(), in getLocalSourceRange()
1912 SourceLocation getTypeofLoc() const { in getTypeofLoc() function1946 return SourceRange(getTypeofLoc(), getRParenLoc()); in getLocalSourceRange()
348 Record.AddSourceLocation(TL.getTypeofLoc()); in VisitTypeOfExprTypeLoc()354 Record.AddSourceLocation(TL.getTypeofLoc()); in VisitTypeOfTypeLoc()
6093 Result = getDerived().RebuildTypeOfExprType(E.get(), TL.getTypeofLoc()); in TransformTypeOfExprType()6100 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfExprType()6123 NewTL.setTypeofLoc(TL.getTypeofLoc()); in TransformTypeOfType()