Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DError.cpp42 void PrintNote(const Twine &Msg) { WithColor::note() << Msg << "\n"; } in PrintNote() function
44 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DError.cpp45 void PrintNote(const Twine &Msg) { in PrintNote() function
49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) { in PrintNote() function