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

/external/clang/include/clang/AST/
H A DExprObjC.h353 /// ObjCEncodeExpr, used for \@encode in Objective-C. \@encode has the same
356 class ObjCEncodeExpr : public Expr { class in namespace:clang
360 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, function in class:clang::ObjCEncodeExpr
369 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} function in class:clang::ObjCEncodeExpr

Completed in 153 milliseconds