Searched refs:declName (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 113 const char *declName); 118 FileID FID, FileEntryRef Entry, const char *declName); 290 SmallString<128> declName("unknown"); in ReportDiag() local 294 declName = ND->getDeclName().getAsString(); in ReportDiag() 314 std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str()); in ReportDiag() 342 << declName.c_str() << "-" << offsetDecl << "-"; in ReportDiag() 381 const SourceManager& SMgr, const PathPieces& path, const char *declName) { in GenerateHTML() argument 443 FinalizeHTML(D, R, SMgr, path, FileIDs[0], *Entry, declName); in GenerateHTML() 553 FileEntryRef Entry, const char *declName) { in FinalizeHTML() argument 674 os << "\n<!-- FUNCTIONNAME " << declName << " -->\n"; in FinalizeHTML()
|
| H A D | PlistDiagnostics.cpp | 733 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local 737 EmitString(o, declName) << '\n'; in FlushDiagnosticsImpl()
|