Home
last modified time | relevance | path

Searched refs:HelpURI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSarif.h203 std::string HelpURI; variable
226 HelpURI = RuleHelpURI.str(); in setHelpURI()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp260 if (!R.HelpURI.empty()) in endRun()
261 Rule["helpUri"] = R.HelpURI; in endRun()