Home
last modified time | relevance | path

Searched refs:getSigilLoc (Results 1 – 2 of 2) 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/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()