Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp94 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp45 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning()