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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h28 FileID getFID() const { return FID; } function in class:clang::edit::FileOffset
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp25 SourceLocation Loc = SM.getLocForStartOfFile(Offset.getFID());
37 SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.getFID());
150 if (OuterBegin.getFID() != InnerBegin.getFID() ||
286 if (act.Offset.getFID() == Offs.getFID() &&
332 StringRef file = SourceMgr.getBufferData(Offs.getFID(), &invalidTemp);
H A DEditedSource.cpp346 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
386 assert(offs.getFID().isValid());
387 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
456 assert(BeginOffs.getFID() == EndOffs.getFID());
458 SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());

Completed in 113 milliseconds