Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.h38 virtual PathDiagnosticPieceRef emitNote(const ExplodedNode *N) = 0;
H A DNoOwnershipChangeVisitor.cpp115 return emitNote(N); in maybeEmitNoteForParameters()
H A DStreamChecker.cpp772 PathDiagnosticPieceRef emitNote(const ExplodedNode *N) override { in emitNote() function in __anon299e83ef0711::NoStreamStateChangeVisitor
H A DMallocChecker.cpp821 PathDiagnosticPieceRef emitNote(const ExplodedNode *N) final { in emitNote() function in __anon0957485b0511::NoMemOwnershipChangeVisitor
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp603 emitNote(Loc, Message.str()); in emitIncludeLocation()
617 emitNote(Loc, Message.str()); in emitImportLocation()
631 emitNote(Loc, Message.str()); in emitBuildingModuleLocation()
H A DSerializedDiagnosticPrinter.cpp75 void emitNote(FullSourceLoc Loc, StringRef Message) override;
732 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote() function in SDiagsRenderer
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h158 virtual void emitNote(FullSourceLoc Loc, StringRef Message) = 0;