Searched refs:declName (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 106 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 D | PlistDiagnostics.cpp | 734 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local 738 EmitString(o, declName) << '\n'; in FlushDiagnosticsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | generate_cxx_src_locs.py | 173 for declName in ClassData['declNameInfos']: 180 """.format(declName)
|