Searched refs:ObjCBoxedExpr (Results 1 - 19 of 19) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp101 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
/external/clang/include/clang/AST/
H A DExprObjC.h88 /// ObjCBoxedExpr - used for generalized expression boxing.
92 class ObjCBoxedExpr : public Expr { class in namespace:clang
97 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, function in class:clang::ObjCBoxedExpr
103 explicit ObjCBoxedExpr(EmptyShell Empty) function in class:clang::ObjCBoxedExpr
H A DDataRecursiveASTVisitor.h2265 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
H A DRecursiveASTVisitor.h2287 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/external/clang/lib/AST/
H A DASTDumper.cpp349 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
1910 void ASTDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) {
H A DStmtProfile.cpp1157 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) {
H A DExprConstant.cpp4655 bool VisitObjCBoxedExpr(const ObjCBoxedExpr *E)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1183 check::PostStmt<ObjCBoxedExpr> > {
1205 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const {
H A DRetainCountChecker.cpp1867 else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) {
2408 check::PostStmt<ObjCBoxedExpr>,
2557 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2763 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp258 /// BuildObjCNumericLiteral - builds an ObjCBoxedExpr AST node for the
306 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method,
446 ObjCBoxedExpr *BoxedExpr =
447 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR);
594 ObjCBoxedExpr *BoxedExpr =
595 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType,
H A DSemaExprCXX.cpp4901 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) {
H A DTreeTransform.h9254 TreeTransform<Derived>::TransformObjCBoxedExpr(ObjCBoxedExpr *E) {
H A DSemaExpr.cpp7725 Expr *Inner = cast<ObjCBoxedExpr>(FromE)->getSubExpr()->IgnoreParens();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp365 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
2651 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) {
5648 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S))
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp922 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
2333 S = new (Context) ObjCBoxedExpr(Empty);
H A DASTWriterStmt.cpp863 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2258 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
H A DCGExprScalar.cpp516 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) {
H A DCGObjC.cpp61 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) {

Completed in 417 milliseconds