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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h347 class ObjCEncodeExpr : public Expr { class in namespace:clang
351 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, function in class:clang::ObjCEncodeExpr
360 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} function in class:clang::ObjCEncodeExpr

Completed in 88 milliseconds