Home | History | Annotate | Download | only in AST

Lines Matching defs:ObjCProtocolExpr

433 /// ObjCProtocolExpr used for protocol expression in Objective-C.
441 class ObjCProtocolExpr : public Expr {
445 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol,
450 explicit ObjCProtocolExpr(EmptyShell Empty)