Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ObjCMethod

2066     ObjCMethod = 1U << 2,
2099 .Case("ObjCMethod", ObjCMethod)
2133 case ObjCMethod: return "ExpectedMethod";
2144 case Func | ObjCMethod | Block: return "ExpectedFunctionMethodOrBlock";
2145 case Func | ObjCMethod | Class: return "ExpectedFunctionMethodOrClass";
2147 case Func | ObjCMethod | Param: return "ExpectedFunctionMethodOrParameter";
2148 case Func | ObjCMethod: return "ExpectedFunctionOrMethod";
2156 case ObjCMethod | ObjCProp: return "ExpectedMethodOrProperty";