Searched refs:Synthesized (Results 1 – 5 of 5) sorted by relevance
24 # Synthesized symbols are treated as local ones.
38 # Synthesized symbols are treated as local ones.
32 # Synthesized symbols do not use the GOT.
119 # Synthesized symbols do not use the GOT.
1864 NextIvar(nullptr), DeclAccess(ac), Synthesized(synthesized) {} in ObjCIvarDecl()1894 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize()1895 bool getSynthesize() const { return Synthesized; } in getSynthesize()1911 unsigned Synthesized : 1; variable