Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCProperty

2029     : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation), 
2155 static bool classofKind(Kind K) { return K == ObjCProperty; }