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

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp288 typedef std::vector<const Record *> RecordVec; typedef
290 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet;
427 if (RecordVec *V = DiagsInPedantic.dyn_cast<RecordVec*>())
458 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>())
505 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)0);
601 RecordVec DiagsInPedantic;
602 RecordVec GroupsInPedantic;

Completed in 50 milliseconds