Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1019 llvm::StringRef StopSet = StopSets[static_cast<int>(Stop)]; in parseDiagText() local
1024 End = Text.find_first_of(StopSet, End + 2); in parseDiagText()