Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp14651 typedef SmallVector<EnumConstantDecl *, 3> ECDVector; in CheckForDuplicateEnumValues() typedef
14652 typedef SmallVector<ECDVector *, 3> DuplicatesVector; in CheckForDuplicateEnumValues()
14654 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; in CheckForDuplicateEnumValues()
14701 ECDVector *Vec = new ECDVector(); in CheckForDuplicateEnumValues()
14714 ECDVector *Vec = Entry.get<ECDVector*>(); in CheckForDuplicateEnumValues()
14726 ECDVector *Vec = *DupVectorIter; in CheckForDuplicateEnumValues()
14730 ECDVector::iterator I = Vec->begin(); in CheckForDuplicateEnumValues()
14738 for (ECDVector::iterator E = Vec->end(); I != E; ++I) in CheckForDuplicateEnumValues()