Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
734 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { in emitNote() function in SDiagsRenderer
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h158 virtual void emitNote(FullSourceLoc Loc, StringRef Message) = 0;
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexDiagnostic.cpp134 void emitNote(FullSourceLoc Loc, StringRef Message) override { in emitNote() function in __anon50498daf0111::CXDiagnosticRenderer
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp878 static PathDiagnosticPieceRef emitNote(const ExplodedNode *N) { in emitNote() function in __anonac89c38b0511::NoOwnershipChangeVisitor
914 return emitNote(N); in maybeEmitNoteForParameters()