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

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp287 typedef std::vector<const Record *> RecordVec; typedef
289 typedef llvm::PointerUnion<RecordVec*, RecordSet*> VecOrSet;
426 if (RecordVec *V = DiagsInPedantic.dyn_cast<RecordVec*>())
457 if (RecordVec *V = GroupsInPedantic.dyn_cast<RecordVec*>())
504 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)0);
613 RecordVec DiagsInPedantic;
614 RecordVec GroupsInPedantic;

Completed in 419 milliseconds