Home
last modified time | relevance | path

Searched refs:getSigilLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1274 SourceLocation getSigilLoc() const { in getSigilLoc() function
1287 return SourceRange(getSigilLoc(), getSigilLoc()); in getLocalSourceRange()
1304 return getSigilLoc(); in getStarLoc()
1317 return getSigilLoc(); in getCaretLoc()
1335 return getSigilLoc(); in getStarLoc()
1373 return getSigilLoc(); in getStarLoc()
1395 return getSigilLoc(); in getAmpLoc()
1409 return getSigilLoc(); in getAmpAmpLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5323 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType()
5333 NewT.setSigilLoc(TL.getSigilLoc()); in TransformPointerType()
5350 TL.getSigilLoc()); in TransformBlockPointerType()
5356 NewT.setSigilLoc(TL.getSigilLoc()); in TransformBlockPointerType()
5380 TL.getSigilLoc()); in TransformReferenceType()
5396 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformReferenceType()
5461 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformMemberPointerType()