Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCImplementation

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