Home
last modified time | relevance | path

Searched refs:withKeyword (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dobjc-message.m11 + (int)classMethod1:a withKeyword:b;
28 // CHECK-CC1: classMethod1:withKeyword:
H A Dobjc-message.mm11 + (int)classMethod1:a withKeyword:b;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp124 explicit AttrDictDirective(bool withKeyword) : withKeyword(withKeyword) {} in AttrDictDirective() argument
128 bool isWithKeyword() const { return withKeyword; } in isWithKeyword()
132 bool withKeyword; member in __anonf2a272a10211::AttrDictDirective
1632 MethodBody &body, bool withKeyword) { in genAttrDictPrinter() argument
1634 << (withKeyword ? "WithKeyword" : "") in genAttrDictPrinter()
2245 bool withKeyword);
2806 bool withKeyword) { in parseAttrDictDirective() argument
2823 return create<AttrDictDirective>(withKeyword); in parseAttrDictDirective()
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-objc-message.m11 + (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 (…
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp1461 bool withKeyword = false);
2184 bool withKeyword) { in printOptionalAttrDict() argument
2192 if (withKeyword) in printOptionalAttrDict()