Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h263 std::string HelpURI; variable
287 HelpURI = RuleHelpURI.str(); in setHelpURI()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp285 if (!R.HelpURI.empty()) in endRun()
286 Rule["helpUri"] = R.HelpURI; in endRun()