Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp16538 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
16539 typedef SmallVector<std::unique_ptr<ECDVector>, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
16541 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
16593 auto Vec = llvm::make_unique<ECDVector>(); in CheckForDuplicateEnumValues()
16606 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()