Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp249 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet; typedef
274 void compute(VecOrSet DiagsInPedantic,
275 VecOrSet GroupsInPedantic);
355 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute()
356 VecOrSet GroupsInPedantic) { in compute()