Searched defs:declName (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 288 SmallString<128> declName("unknown"); ReportDiag() local 383 GenerateHTML(const PathDiagnostic & D,Rewriter & R,const SourceManager & SMgr,const PathPieces & path,const char * declName) GenerateHTML() argument 555 FinalizeHTML(const PathDiagnostic & D,Rewriter & R,const SourceManager & SMgr,const PathPieces & path,FileID FID,FileEntryRef Entry,const char * declName) FinalizeHTML() argument [all...] |
H A D | PlistDiagnostics.cpp | 733 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local
|