Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h344 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, in ObjCEncodeExpr() function
353 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() function
375 static bool classof(const ObjCEncodeExpr *) { return true; } in classof()
/external/clang/lib/CodeGen/
DCodeGenModule.h52 class ObjCEncodeExpr; variable