Lines Matching full:synthetic
1040 // Synthetic properties are property lookups introduced by the system,1041 // to objects that aren't visible to the user. Function calls to synthetic1044 enum Type { NORMAL, SYNTHETIC };1058 bool is_synthetic() const { return type_ == SYNTHETIC; }