Home | History | Annotate | Download | only in Sema

Lines Matching refs:PropName

6420   IdentifierInfo *PropName = Property->getIdentifier();
6421 if (!PropName || PropName->getLength() == 0)
6450 } Key(Allocator, PropName->getName());
6453 std::string UpperKey = PropName->getName();
6465 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second &&