OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFID
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Edit/
FileOffset.h
28
FileID
getFID
() const { return FID; }
/external/clang/lib/Edit/
Commit.cpp
20
SourceLocation Loc = SM.getLocForStartOfFile(Offset.
getFID
());
32
SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.
getFID
());
145
if (OuterBegin.
getFID
() != InnerBegin.
getFID
() ||
284
if (act.Offset.
getFID
() == Offs.
getFID
() &&
331
StringRef file = SourceMgr.getBufferData(Offs.
getFID
(), &invalidTemp);
EditedSource.cpp
328
StringRef buffer = SM.getBufferData(offs.
getFID
(), &Invalid);
367
assert(offs.
getFID
().isValid());
368
SourceLocation Loc = SM.getLocForStartOfFile(offs.
getFID
());
434
assert(BeginOffs.
getFID
() == EndOffs.
getFID
());
436
SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.
getFID
());
Completed in 524 milliseconds