Searched refs:withKeyword (Results 1 – 5 of 5) sorted by relevance
11 + (int)classMethod1:a withKeyword:b;28 // CHECK-CC1: classMethod1:withKeyword:
11 + (int)classMethod1:a withKeyword:b;
124 explicit AttrDictDirective(bool withKeyword) : withKeyword(withKeyword) {} in AttrDictDirective() argument128 bool isWithKeyword() const { return withKeyword; } in isWithKeyword()132 bool withKeyword; member in __anonf2a272a10211::AttrDictDirective1632 MethodBody &body, bool withKeyword) { in genAttrDictPrinter() argument1634 << (withKeyword ? "WithKeyword" : "") in genAttrDictPrinter()2245 bool withKeyword);2806 bool withKeyword) { in parseAttrDictDirective() argument2823 return create<AttrDictDirective>(withKeyword); in parseAttrDictDirective()
11 + (int)classMethod1:a withKeyword:(int)b;202 // CHECK-CC1: {TypedText classMethod1:}{Placeholder (id)}{HorizontalSpace }{TypedText withKeyword:…299 …ypedText classMethod1:}{Placeholder (id)}{HorizontalSpace }{TypedText withKeyword:}{Placeholder (…
1461 bool withKeyword = false);2184 bool withKeyword) { in printOptionalAttrDict() argument2192 if (withKeyword) in printOptionalAttrDict()