Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp595 emitNote(Loc, Message.str(), &SM); in emitIncludeLocation()
610 emitNote(Loc, Message.str(), &SM); in emitImportLocation()
626 emitNote(Loc, Message.str(), &SM); in emitBuildingModuleLocation()
DSerializedDiagnosticPrinter.cpp82 void emitNote(SourceLocation Loc, StringRef Message,
747 void SDiagsRenderer::emitNote(SourceLocation Loc, StringRef Message, in emitNote() function in SDiagsRenderer
/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp599 emitNote(Loc, Message.str()); in emitIncludeLocation()
613 emitNote(Loc, Message.str()); in emitImportLocation()
627 emitNote(Loc, Message.str()); in emitBuildingModuleLocation()
DSerializedDiagnosticPrinter.cpp77 void emitNote(FullSourceLoc Loc, StringRef Message) override;
735 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote() function in SDiagsRenderer
/external/llvm-project/clang/include/clang/Frontend/
DDiagnosticRenderer.h158 virtual void emitNote(FullSourceLoc Loc, StringRef Message) = 0;
/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h174 virtual void emitNote(SourceLocation Loc, StringRef Message,
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp144 void emitNote(SourceLocation Loc, StringRef Message, in emitNote() function in __anon541715080111::CXDiagnosticRenderer
/external/llvm-project/clang/tools/libclang/
DCIndexDiagnostic.cpp134 void emitNote(FullSourceLoc Loc, StringRef Message) override { in emitNote() function in __anonc9b7ed760111::CXDiagnosticRenderer