Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PropertySet

1945     llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet;
1948 PropertySet.insert(PD->getIdentifier());
1954 if (!PropertySet.insert(PD->getIdentifier()).second)