Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNoOwnershipChangeVisitor.h38 virtual PathDiagnosticPieceRef emitNote(const ExplodedNode *N) = 0;
HDNoOwnershipChangeVisitor.cpp115 return emitNote(N); in maybeEmitNoteForParameters()
HDStreamChecker.cpp772 PathDiagnosticPieceRef emitNote(const ExplodedNode *N) override { in emitNote() function in __anonf1a42a090711::NoStreamStateChangeVisitor
HDMallocChecker.cpp821 PathDiagnosticPieceRef emitNote(const ExplodedNode *N) final { in emitNote() function in __anond15cee750511::NoMemOwnershipChangeVisitor
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDDiagnosticRenderer.cpp603 emitNote(Loc, Message.str()); in emitIncludeLocation()
617 emitNote(Loc, Message.str()); in emitImportLocation()
631 emitNote(Loc, Message.str()); in emitBuildingModuleLocation()
HDSerializedDiagnosticPrinter.cpp75 void emitNote(FullSourceLoc Loc, StringRef Message) override;
732 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote() function in SDiagsRenderer
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDDiagnosticRenderer.h158 virtual void emitNote(FullSourceLoc Loc, StringRef Message) = 0;