Searched refs:declName (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 109 const char *declName); 114 FileID FID, FileEntryRef Entry, const char *declName); 288 SmallString<128> declName("unknown"); in ReportDiag() local 292 declName = ND->getDeclName().getAsString(); in ReportDiag() 312 std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str()); in ReportDiag() 340 << declName.c_str() << "-" << offsetDecl << "-"; in ReportDiag() 379 const SourceManager& SMgr, const PathPieces& path, const char *declName) { in GenerateHTML() argument 441 FinalizeHTML(D, R, SMgr, path, FileIDs[0], *Entry, declName); in GenerateHTML() 551 FileEntryRef Entry, const char *declName) { in FinalizeHTML() argument 672 os << "\n<!-- FUNCTIONNAME " << declName << " -->\n"; in FinalizeHTML()
|
| H A D | PlistDiagnostics.cpp | 730 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local 734 EmitString(o, declName) << '\n'; in FlushDiagnosticsImpl()
|