Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp165 static std::string toStringWithGroups(const clang::SanitizerSet &Sanitizers);
296 << Arg->getSpelling() << toStringWithGroups(SetToDiagnose); in parseSanitizeArgs()
312 << Arg->getSpelling() << toStringWithGroups(SetToDiagnose); in parseSanitizeArgs()
1207 static std::string toStringWithGroups(const clang::SanitizerSet &Sanitizers) { in toStringWithGroups() function