Searched refs:getFID (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Edit/
H A DFileOffset.h28 FileID getFID() const { return FID; } function in class:clang::edit::FileOffset
/external/clang/lib/Edit/
H A DCommit.cpp20 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);
H A DEditedSource.cpp276 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
307 assert(!offs.getFID().isInvalid());
308 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
374 assert(BeginOffs.getFID() == EndOffs.getFID());
376 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());

Completed in 103 milliseconds