Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp96 static std::string getCheckerOptionType(const Record &R) { in getCheckerOptionType() function
161 OS.write_escaped(getCheckerOptionType(R)) << "\", \""; in printOption()