Searched refs:isFoo (Results 1 – 13 of 13) sorted by relevance
12 public boolean isFoo; field in CustomStateView29 if (isFoo) { in onCreateDrawableState()
46 @property (readonly) char isFoo; // expected-note {{property declared here}} property54 - (char)isFoo { method66 @property (readwrite) char isFoo; // expected-warning {{auto property synthesis will not synthesize…
22 (For each type foo, isFoo always implies isConvertibleTo(fooValue).)
220 view.isFoo = true; in shouldConstructCustomViewsWithCustomState()
653 int isFoo(char c);683 if(!isFoo(kindC[0])) // expected-warning{{null}}685 if(!isFoo(nameC[0])) // no-warning
611 int isFoo(char c); function641 if(!isFoo(kindC[0])) // expected-warning{{null}}643 if(!isFoo(nameC[0])) // no-warning
476 /// default to "isFoo", where Foo is the AsmOperandClass name. The method478 /// bool isFoo() const;
1053 if (BarList[I]->isFoo()) {1072 if (List[I]->isFoo())1117 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).
1115 if (BarList[I]->isFoo()) {1134 if (List[I]->isFoo())1179 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).
591 /// default to "isFoo", where Foo is the AsmOperandClass name. The method593 /// bool isFoo() const;
687 /// default to "isFoo", where Foo is the AsmOperandClass name. The method689 /// bool isFoo() const;
1846 ``[Accessor<"isFoo", [GNU<"Foo">]>, Accessor<"isBar", [GNU<"Bar">]>]``
606 int isFoo(char c); function636 if(!isFoo(kindC[0])) // expected-warning{{null}}638 if(!isFoo(nameC[0])) // no-warning