Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCImplementation

1834     : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc),
1942 static bool classofKind(Kind K) { return K == ObjCImplementation; }