Home
last modified time | relevance | path

Searched refs:emitNote (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp606 emitNote(Loc, Message.str()); in emitIncludeLocation()
620 emitNote(Loc, Message.str()); in emitImportLocation()
634 emitNote(Loc, Message.str()); in emitBuildingModuleLocation()
H A DSerializedDiagnosticPrinter.cpp77 void emitNote(FullSourceLoc Loc, StringRef Message) override;
735 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote() function in SDiagsRenderer
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h158 virtual void emitNote(FullSourceLoc Loc, StringRef Message) = 0;