Home | History | Annotate | Download | only in Sema

Lines Matching full:propname

6248   IdentifierInfo *PropName = Property->getIdentifier();
6249 if (!PropName || PropName->getLength() == 0)
6278 } Key(Allocator, PropName->getName());
6281 std::string UpperKey = PropName->getName();
6293 KnownSelectors.insert(Selectors.getNullarySelector(PropName)) &&