Searched refs:IsPropertyAccessor (Results 1 – 1 of 1) sorted by relevance
127 unsigned IsPropertyAccessor : 1; variable236 IsPropertyAccessor(isPropertyAccessor), IsDefined(isDefined), in NamedDecl()421 bool isPropertyAccessor() const { return IsPropertyAccessor; } in isPropertyAccessor()422 void setPropertyAccessor(bool isAccessor) { IsPropertyAccessor = isAccessor; } in setPropertyAccessor()