Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTypeLoc.h1232 SourceLocation getSigilLoc() const { in getSigilLoc() function
1245 return SourceRange(getSigilLoc(), getSigilLoc()); in getLocalSourceRange()
1262 return getSigilLoc(); in getStarLoc()
1275 return getSigilLoc(); in getCaretLoc()
1293 return getSigilLoc(); in getStarLoc()
1331 return getSigilLoc(); in getStarLoc()
1353 return getSigilLoc(); in getAmpLoc()
1367 return getSigilLoc(); in getAmpAmpLoc()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h5131 Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc()); in TransformPointerType()
5141 NewT.setSigilLoc(TL.getSigilLoc()); in TransformPointerType()
5158 TL.getSigilLoc()); in TransformBlockPointerType()
5164 NewT.setSigilLoc(TL.getSigilLoc()); in TransformBlockPointerType()
5188 TL.getSigilLoc()); in TransformReferenceType()
5204 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformReferenceType()
5269 NewTL.setSigilLoc(TL.getSigilLoc()); in TransformMemberPointerType()