Lines Matching defs:Fake
201 bool Fake;
206 upperName(lowerName), attrName(Attr), isOpt(false), Fake(false) {
226 bool isFake() const { return Fake; }
227 void setFake(bool fake) { Fake = fake; }
1367 if (Ptr && Arg.getValueAsBit("Fake"))
1501 // determine where the last provided non-fake argument is.
2331 // For these purposes, fake takes priority over optional.
2476 // Emit a CreateImplicit that takes all the non-fake arguments.
2542 // Emit a constructor that takes all the non-fake arguments.
2546 // Emit a constructor that takes all the non-fake, non-optional arguments.
2582 // Don't write conversion routines for fake arguments.
3396 // If the arg is fake, it's the user's job to supply it: general parsing
3398 if (Arg->getValueAsBit("Fake"))