Home
last modified time | relevance | path

Searched refs:ECDVector (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp18809 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
18810 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
18812 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
18866 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
18879 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()