Searched defs:ObjCProtocolExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h418 /// ObjCProtocolExpr used for protocol expression in Objective-C. This is used
422 class ObjCProtocolExpr : public Expr { class in namespace:clang
426 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, function in class:clang::ObjCProtocolExpr
431 explicit ObjCProtocolExpr(EmptyShell Empty) function in class:clang::ObjCProtocolExpr
450 static bool classof(const ObjCProtocolExpr *) { return true; }

Completed in 46 milliseconds