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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp169 typedef std::vector<const Record *> RecordVec; typedef
171 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet;
308 if (RecordVec *V = DiagsInPedantic.dyn_cast<RecordVec*>())
339 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>())
386 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)0);
495 RecordVec DiagsInPedantic;
496 RecordVec GroupsInPedantic;

Completed in 56 milliseconds