Home
last modified time | relevance | path

Searched refs:ObjCBoxedExpr (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/Misc/
Dast-dump-decl.mm33 // CHECK: ObjCBoxedExpr{{.*}} '<dependent type>'{{$}}
/external/clang/include/clang/AST/
DExprObjC.h94 class ObjCBoxedExpr : public Expr {
99 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, in ObjCBoxedExpr() function
105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() function
DRecursiveASTVisitor.h2440 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/external/clang/lib/Index/
DIndexBody.cpp225 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/external/clang/include/clang/Basic/
DStmtNodes.td155 def ObjCBoxedExpr : DStmt<Expr>;
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp1174 check::PostStmt<ObjCBoxedExpr> > {
1196 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
DRetainCountChecker.cpp1931 else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
2471 check::PostStmt<ObjCBoxedExpr>,
2618 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
2821 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
/external/clang/lib/Sema/
DSemaExprObjC.cpp361 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method, in BuildObjCNumericLiteral()
501 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr()
502 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr()
728 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr()
729 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr()
DSemaExprCXX.cpp5651 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
DSemaChecking.cpp8179 isa<ObjCDictionaryLiteral>(E) || isa<ObjCBoxedExpr>(E)) { in CheckImplicitConversion()
DTreeTransform.h10912 TreeTransform<Derived>::TransformObjCBoxedExpr(ObjCBoxedExpr *E) { in TransformObjCBoxedExpr()
DSemaExpr.cpp8913 Expr *Inner = cast<ObjCBoxedExpr>(FromE)->getSubExpr()->IgnoreParens(); in CheckLiteralKind()
/external/clang/lib/AST/
DASTDumper.cpp551 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
2210 void ASTDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
DStmtProfile.cpp1554 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
DStmtPrinter.cpp2415 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
DExprConstant.cpp5046 bool VisitObjCBoxedExpr(const ObjCBoxedExpr *E) in VisitObjCBoxedExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp355 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
2613 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr()
5521 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp968 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
3153 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp924 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/external/clang/lib/CodeGen/
DCodeGenFunction.h2946 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
DCGObjC.cpp60 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
DCGExprScalar.cpp558 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()