Home | History | Annotate | Download | only in Sema

Lines Matching full:propname

6400   IdentifierInfo *PropName = Property->getIdentifier();
6401 if (!PropName || PropName->getLength() == 0)
6430 } Key(Allocator, PropName->getName());
6433 std::string UpperKey = PropName->getName();
6445 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second &&