Searched defs:FindBufferContainingLoc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DSourceMgr.cpp70 /// FindBufferContainingLoc - Return the ID of the buffer containing the
72 int SourceMgr::FindBufferContainingLoc(SMLoc Loc) const { function in class:SourceMgr
86 if (BufferID == -1) BufferID = FindBufferContainingLoc(Loc);
131 int CurBuf = FindBufferContainingLoc(IncludeLoc);
159 int CurBuf = FindBufferContainingLoc(Loc);
222 int CurBuf = FindBufferContainingLoc(Loc);

Completed in 313 milliseconds