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

/external/clang/include/clang/AST/
H A DExprObjC.h421 /// ObjCProtocolExpr used for protocol expression in Objective-C.
429 class ObjCProtocolExpr : public Expr { class in namespace:clang
433 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, function in class:clang::ObjCProtocolExpr
438 explicit ObjCProtocolExpr(EmptyShell Empty) function in class:clang::ObjCProtocolExpr

Completed in 79 milliseconds