Home
last modified time | relevance | path

Searched defs:StartOffs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp161 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID); in InsertText() local
201 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID); in InsertTextAfterToken() local
214 unsigned StartOffs = getLocationOffsetAndFileID(Start, FID); in RemoveText() local
226 unsigned StartOffs = getLocationOffsetAndFileID(Start, StartFileID); in ReplaceText() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DRewriteRope.h61 unsigned StartOffs = 0; member