Home
last modified time | relevance | path

Searched refs:declName (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp106 const char *declName);
111 FileID FID, const FileEntry *Entry, const char *declName);
243 SmallString<128> declName("unknown"); in ReportDiag() local
247 declName = ND->getDeclName().getAsString(); in ReportDiag()
260 std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str()); in ReportDiag()
294 << "-" << declName.c_str() in ReportDiag()
321 const SourceManager& SMgr, const PathPieces& path, const char *declName) { in GenerateHTML() argument
383 FinalizeHTML(D, R, SMgr, path, FileIDs[0], Entry, declName); in GenerateHTML()
486 const FileEntry *Entry, const char *declName) { in FinalizeHTML() argument
604 os << "\n<!-- FUNCTIONNAME " << declName << " -->\n"; in FinalizeHTML()
H A DPlistDiagnostics.cpp734 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local
738 EmitString(o, declName) << '\n'; in FlushDiagnosticsImpl()