OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordSet
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp
198
typedef std::set<Record*>
RecordSet
;
204
RecordSet
DeclContexts (DeclContextsVector.begin(), DeclContextsVector.end());
219
// instead of
RecordSet
.
ClangDiagnosticsEmitter.cpp
288
typedef llvm::DenseSet<const Record *>
RecordSet
;
289
typedef llvm::PointerUnion<RecordVec*,
RecordSet
*> VecOrSet;
429
DiagsInPedantic.get<
RecordSet
*>()->insert(R);
460
GroupsInPedantic.get<
RecordSet
*>()->insert(Group);
502
RecordSet
DiagsInPedantic;
Completed in 462 milliseconds