Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h158 virtual void emitNote(FullSourceLoc Loc, StringRef Message) = 0;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp134 void emitNote(FullSourceLoc Loc, StringRef Message) override { in emitNote() function in __anonb492cf4a0111::CXDiagnosticRenderer