Home
last modified time | relevance | path

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

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