Searched refs:bufferId (Results 1 – 3 of 3) sorted by relevance
32 int bufferId = mgr.FindBufferContainingLoc(loc); in getURIFromLoc() local33 if (bufferId == 0 || bufferId == static_cast<int>(mgr.getMainFileID())) in getURIFromLoc()36 mgr.getBufferInfo(bufferId).Buffer->getBufferIdentifier()); in getURIFromLoc()
41 int bufferId = mgr.FindBufferContainingLoc(loc.Start); in getURIFromLoc() local42 if (bufferId == 0 || bufferId == static_cast<int>(mgr.getMainFileID())) in getURIFromLoc()45 mgr.getBufferInfo(bufferId).Buffer->getBufferIdentifier()); in getURIFromLoc()135 int bufferId = sourceMgr.FindBufferContainingLoc(startLoc); in getDocumentationFor() local136 if (bufferId == 0) in getDocumentationFor()139 sourceMgr.getMemoryBuffer(bufferId)->getBufferStart(); in getDocumentationFor()
580 unsigned bufferId = impl->getSourceMgrBufferIDForFile(mgr, loc.getFilename()); in convertLocToSMLoc() local581 if (!bufferId) in convertLocToSMLoc()583 return mgr.FindLocForLineAndColumn(bufferId, loc.getLine(), loc.getColumn()); in convertLocToSMLoc()