Lines Matching defs:Fake
169 bool Fake;
174 attrName(Attr), isOpt(false), Fake(false) {
189 bool isFake() const { return Fake; }
190 void setFake(bool fake) { Fake = fake; }
1085 if (Ptr && Arg.getValueAsBit("Fake"))
1196 // Fake arguments aren't part of the parsed form and should not be
1501 // For these purposes, fake takes priority over optional.
1553 // Emit a CreateImplicit that takes all the non-fake arguments.
1607 // Emit a constructor that takes all the non-fake arguments.
1612 // Emit a constructor that takes all the non-fake, non-optional arguments.
1636 // Don't write conversion routines for fake arguments.