Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1026 SourceLocation getSigilLoc() const { in getSigilLoc() function
1038 return SourceRange(getSigilLoc(), getSigilLoc()); in getLocalSourceRange()
1056 return getSigilLoc(); in getStarLoc()
1069 return getSigilLoc(); in getCaretLoc()
1086 return getSigilLoc(); in getStarLoc()
1121 return getSigilLoc(); in getStarLoc()
1144 return getSigilLoc(); in getAmpLoc()
1157 return getSigilLoc(); in getAmpAmpLoc()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h3935 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType()
3945 NewT.setSigilLoc(TL.getSigilLoc()); in TransformPointerType()
3962 TL.getSigilLoc()); in TransformBlockPointerType()
3968 NewT.setSigilLoc(TL.getSigilLoc()); in TransformBlockPointerType()
3992 TL.getSigilLoc()); in TransformReferenceType()
4008 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformReferenceType()
4073 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformMemberPointerType()