Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1108 SourceLocation getSigilLoc() const { in getSigilLoc() function
1120 return SourceRange(getSigilLoc(), getSigilLoc()); in getLocalSourceRange()
1138 return getSigilLoc(); in getStarLoc()
1151 return getSigilLoc(); in getCaretLoc()
1168 return getSigilLoc(); in getStarLoc()
1203 return getSigilLoc(); in getStarLoc()
1226 return getSigilLoc(); in getAmpLoc()
1239 return getSigilLoc(); in getAmpAmpLoc()
/external/llvm-project/clang/include/clang/AST/
DTypeLoc.h1200 SourceLocation getSigilLoc() const { in getSigilLoc() function
1213 return SourceRange(getSigilLoc(), getSigilLoc()); in getLocalSourceRange()
1230 return getSigilLoc(); in getStarLoc()
1243 return getSigilLoc(); in getCaretLoc()
1261 return getSigilLoc(); in getStarLoc()
1299 return getSigilLoc(); in getStarLoc()
1321 return getSigilLoc(); in getAmpLoc()
1335 return getSigilLoc(); in getAmpAmpLoc()
/external/clang/lib/Sema/
DTreeTransform.h4252 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType()
4262 NewT.setSigilLoc(TL.getSigilLoc()); in TransformPointerType()
4279 TL.getSigilLoc()); in TransformBlockPointerType()
4285 NewT.setSigilLoc(TL.getSigilLoc()); in TransformBlockPointerType()
4309 TL.getSigilLoc()); in TransformReferenceType()
4325 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformReferenceType()
4390 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformMemberPointerType()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h4862 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType()
4872 NewT.setSigilLoc(TL.getSigilLoc()); in TransformPointerType()
4889 TL.getSigilLoc()); in TransformBlockPointerType()
4895 NewT.setSigilLoc(TL.getSigilLoc()); in TransformBlockPointerType()
4919 TL.getSigilLoc()); in TransformReferenceType()
4935 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformReferenceType()
5000 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformMemberPointerType()