Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h945 SourceLocation getSigilLoc() const { in getSigilLoc() function
957 return SourceRange(getSigilLoc(), getSigilLoc()); in getLocalSourceRange()
975 return getSigilLoc(); in getStarLoc()
988 return getSigilLoc(); in getCaretLoc()
1005 return getSigilLoc(); in getStarLoc()
1040 return getSigilLoc(); in getStarLoc()
1063 return getSigilLoc(); in getAmpLoc()
1076 return getSigilLoc(); in getAmpAmpLoc()
/external/clang/lib/Sema/
DTreeTransform.h3564 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType()
3574 NewT.setSigilLoc(TL.getSigilLoc()); in TransformPointerType()
3591 TL.getSigilLoc()); in TransformBlockPointerType()
3597 NewT.setSigilLoc(TL.getSigilLoc()); in TransformBlockPointerType()
3621 TL.getSigilLoc()); in TransformReferenceType()
3637 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformReferenceType()
3694 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformMemberPointerType()