Searched refs:getPointerForLineNumber (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h70 const char *getPointerForLineNumber(unsigned LineNo) const;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp158 SourceMgr::SrcBuffer::getPointerForLineNumber(unsigned LineNo) const { function in class:SourceMgr::SrcBuffer
237 const char *Ptr = SB.getPointerForLineNumber(LineNo);

Completed in 98 milliseconds