Searched refs:isTypeSpecOwned (Results 1 – 4 of 4) sorted by relevance
540 bool isTypeSpecOwned() const { return TypeSpecOwned; } in isTypeSpecOwned() function
1221 DS.isTypeSpecOwned() ? D : nullptr); in ConvertDeclSpecToType()3142 if (!D.isInvalidType() && D.getDeclSpec().isTypeSpecOwned()) { in GetDeclSpecTypeForDeclarator()
15085 if (DS.isTypeSpecOwned()) in FinalizeDeclaratorGroup()
57 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()