Home
last modified time | relevance | path

Searched defs:EndOffs (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp150 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitInsertFromRange() local
204 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitRemove() local
454 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText()
/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h
/llvm-project/clang/lib/Lex/
H A DLexer.cpp939 if (!SM.isInFileID(End, FID, &EndOffs) || in makeRangeFromFileLocs() local
1041 if (!SM.isInFileID(Range.getEnd(), beginInfo.first, &EndOffs) || in getSourceText() local
/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1378 SourceLocation::UIntTy EndOffs = BeginOffs + Length; variable
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1831 unsigned EndOffs = BeginOffs + ExpansionLength; associateFileChunkWithMacroArgExp() local