Searched refs:RecordSet (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp198 typedef std::set<Record*> RecordSet; typedef
204 RecordSet DeclContexts (DeclContextsVector.begin(), DeclContextsVector.end());
219 // instead of RecordSet.
H A DClangDiagnosticsEmitter.cpp289 typedef llvm::DenseSet<const Record *> RecordSet; typedef
290 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet;
430 DiagsInPedantic.get<RecordSet*>()->insert(R);
461 GroupsInPedantic.get<RecordSet*>()->insert(Group);
503 RecordSet DiagsInPedantic;

Completed in 249 milliseconds