Searched refs:getKWLoc (Results 1 – 3 of 3) sorted by relevance
2063 SourceLocation getKWLoc() const { return getLocalData()->KWLoc; } in getKWLoc() function2081 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()2539 return SourceRange(getKWLoc(), getRParenLoc()); in getLocalSourceRange()2542 SourceLocation getKWLoc() const { in getKWLoc() function2595 SourceRange getLocalSourceRange() const { return SourceRange(getKWLoc()); } in getLocalSourceRange()2597 SourceLocation getKWLoc() const { return this->getLocalData()->KWLoc; } in getKWLoc() function
449 addSourceLocation(TL.getKWLoc()); in VisitUnaryTransformTypeLoc()582 addSourceLocation(TL.getKWLoc()); in VisitAtomicTypeLoc()588 addSourceLocation(TL.getKWLoc()); in VisitPipeTypeLoc()
6290 TL.getKWLoc()); in TransformUnaryTransformType()6296 NewTL.setKWLoc(TL.getKWLoc()); in TransformUnaryTransformType()6464 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc()); in TransformAtomicType()6470 NewTL.setKWLoc(TL.getKWLoc()); in TransformAtomicType()6488 Result = getDerived().RebuildPipeType(ValueType, TL.getKWLoc(), isReadPipe); in TransformPipeType()6494 NewTL.setKWLoc(TL.getKWLoc()); in TransformPipeType()