Home
last modified time | relevance | path

Searched refs:LineStr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Support/
DSourceMgr.cpp159 std::string LineStr; in GetMessage() local
166 LineStr = std::string(LineStart, LineEnd); in GetMessage()
178 LineStr, ShowLine); in GetMessage()
/external/llvm/include/llvm/Support/
DSourceMgr.h168 const std::string &Msg, const std::string &LineStr,
171 LineContents(LineStr), ShowLine(showline) {}