Home
last modified time | relevance | path

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

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