Searched refs:getDecltypeLoc (Results 1 – 3 of 3) sorted by relevance
2083 SourceLocation getDecltypeLoc() const { return getLocalData()->DecltypeLoc; } in getDecltypeLoc() function2090 return SourceRange(getDecltypeLoc(), getRParenLoc()); in getLocalSourceRange()
499 addSourceLocation(TL.getDecltypeLoc()); in VisitDecltypeTypeLoc()
6619 Result = getDerived().RebuildDecltypeType(E.get(), TL.getDecltypeLoc()); in TransformDecltypeType()6626 NewTL.setDecltypeLoc(TL.getDecltypeLoc()); in TransformDecltypeType()