Searched refs:ShouldIgnoreArtificialField (Results 1 – 1 of 1) sorted by relevance
144 static bool ShouldIgnoreArtificialField(llvm::StringRef FieldName) { in ShouldIgnoreArtificialField() function3088 if (attrs.is_artificial && ShouldIgnoreArtificialField(attrs.name)) { in ParseSingleMember()