Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp20280 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
20281 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
20283 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
20337 auto Vec = std::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
20350 ECDVector *Vec = cast<ECDVector *>(Entry); in CheckForDuplicateEnumValues()