Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h100 class ObjCBoxedExpr; variable
194 ExprDependence computeDependence(ObjCBoxedExpr *E);
H A DExprObjC.h128 class ObjCBoxedExpr : public Expr {
136 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, SourceRange R) in ObjCBoxedExpr() function
141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() function
H A DTextNodeDumper.h294 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
H A DJSONNodeDumper.h299 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
H A DRecursiveASTVisitor.h2919 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h247 check::PostStmt<ObjCBoxedExpr>,
300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
H A DRetainCountDiagnostics.cpp513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
H A DRetainCountChecker.cpp271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-decl.mm61 // CHECK: ObjCBoxedExpr{{.*}} '<dependent type>'{{$}}
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1142 check::PostStmt<ObjCBoxedExpr> > {
1164 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp363 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method, in BuildObjCNumericLiteral()
502 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr()
503 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr()
547 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr()
755 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr()
756 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr()
934 if (auto *BE = dyn_cast<ObjCBoxedExpr>(Key)) { in CheckObjCDictionaryLiteralDuplicateKeys()
H A DSemaExprCXX.cpp7189 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp336 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td176 def ObjCBoxedExpr : StmtNode<Expr>;
/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp385 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1140 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
H A DTextNodeDumper.cpp1320 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
H A DStmtProfile.cpp2222 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DStmtPrinter.cpp2561 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp1811 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
1999 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DCGObjC.cpp62 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp356 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
2620 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr()
5509 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1686 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit()
1687 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1403 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
3103 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1287 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()

12