OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeltaAt
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Rewrite/Core/
DeltaTree.h
38
///
getDeltaAt
- Return the accumulated delta at the specified file offset.
41
int
getDeltaAt
(unsigned FileIndex) const;
Rewriter.h
109
return Deltas.
getDeltaAt
(2*OrigOffset+AfterInserts)+OrigOffset;
/external/clang/lib/Rewrite/Core/
DeltaTree.cpp
401
///
getDeltaAt
- Return the accumulated delta at the specified file offset.
404
int DeltaTree::
getDeltaAt
(unsigned FileIndex) const {
Completed in 514 milliseconds