Home
last modified time | relevance | path

Searched defs:LineContents (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h267 std::string Message, LineContents; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSourceMgr.cpp346 static void printSourceLine(raw_ostream &S, StringRef LineContents) { in printSourceLine()