Lines Matching defs:withKeyword
165 explicit AttrDictDirective(bool withKeyword) : withKeyword(withKeyword) {}
169 bool isWithKeyword() const { return withKeyword; }
173 bool withKeyword;
2078 MethodBody &body, bool withKeyword) {
2110 << (withKeyword ? "WithKeyword" : "")
2114 << (withKeyword ? "WithKeyword" : "")
2770 bool withKeyword);
3367 /*withKeyword=*/false);
3370 /*withKeyword=*/true);
3393 bool withKeyword) {
3410 return create<AttrDictDirective>(withKeyword);