Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp107 const char *declName);
112 FileID FID, const FileEntry *Entry, const char *declName);
194 SmallString<128> declName("unknown"); in ReportDiag() local
198 declName = ND->getDeclName().getAsString(); in ReportDiag()
211 std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str()); in ReportDiag()
245 << "-" << declName.c_str() in ReportDiag()
272 const SourceManager& SMgr, const PathPieces& path, const char *declName) { in GenerateHTML() argument
334 FinalizeHTML(D, R, SMgr, path, FileIDs[0], Entry, declName); in GenerateHTML()
437 const FileEntry *Entry, const char *declName) { in FinalizeHTML() argument
555 os << "\n<!-- FUNCTIONNAME " << declName << " -->\n"; in FinalizeHTML()
H A DPlistDiagnostics.cpp630 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local
634 EmitString(o, declName) << '\n'; in FlushDiagnosticsImpl()