Searched refs:ECDVector (Results 1 – 1 of 1) sorted by relevance
19708 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef19709 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()19711 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()19765 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()19778 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()