Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp110 const char *declName);
115 FileID FID, const FileEntry *Entry, const char *declName);
287 SmallString<128> declName("unknown"); in ReportDiag() local
291 declName = ND->getDeclName().getAsString(); in ReportDiag()
304 std::string report = GenerateHTML(D, R, SMgr, path, declName.c_str()); in ReportDiag()
332 << declName.c_str() << "-" << offsetDecl << "-"; in ReportDiag()
371 const SourceManager& SMgr, const PathPieces& path, const char *declName) { in GenerateHTML() argument
433 FinalizeHTML(D, R, SMgr, path, FileIDs[0], Entry, declName); in GenerateHTML()
542 const FileEntry *Entry, const char *declName) { in FinalizeHTML() argument
663 os << "\n<!-- FUNCTIONNAME " << declName << " -->\n"; in FinalizeHTML()
H A DPlistDiagnostics.cpp735 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local
739 EmitString(o, declName) << '\n'; in FlushDiagnosticsImpl()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A Dgenerate_cxx_src_locs.py173 for declName in ClassData['declNameInfos']:
180 """.format(declName)