HomeSort by relevance Sort by last modified time
    Searched refs:getLineAndColumn (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
SourceMgr.h 134 return getLineAndColumn(Loc, BufferID).first;
137 /// getLineAndColumn - Find the line and column number for the specified
140 getLineAndColumn(SMLoc Loc, int BufferID = -1) const;
  /external/llvm/lib/Support/
SourceMgr.cpp 86 /// getLineAndColumn - Find the line and column number for the specified
89 SourceMgr::getLineAndColumn(SMLoc Loc, int BufferID) const {
206 LineAndCol = getLineAndColumn(Loc, CurBuf);

Completed in 181 milliseconds