| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 101 class ObjCBoxedExpr; variable 196 ExprDependence computeDependence(ObjCBoxedExpr *E);
|
| H A D | ExprObjC.h | 127 class ObjCBoxedExpr : public Expr { 135 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, SourceRange R) in ObjCBoxedExpr() function 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() function
|
| H A D | TextNodeDumper.h | 303 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
|
| H A D | JSONNodeDumper.h | 313 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
|
| H A D | RecursiveASTVisitor.h | 2925 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 246 check::PostStmt<ObjCBoxedExpr>, 299 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
|
| H A D | RetainCountDiagnostics.cpp | 513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
|
| H A D | RetainCountChecker.cpp | 270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 1147 check::PostStmt<ObjCBoxedExpr> > { 1169 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 364 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method, in BuildObjCNumericLiteral() 503 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() 504 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr() 548 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr() 756 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() 757 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr() 935 if (auto *BE = dyn_cast<ObjCBoxedExpr>(Key)) { in CheckObjCDictionaryLiteralDuplicateKeys()
|
| H A D | SemaExprCXX.cpp | 7333 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 350 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 177 def ObjCBoxedExpr : StmtNode<Expr>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 385 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
|
| H A D | JSONNodeDumper.cpp | 1238 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
|
| H A D | StmtProfile.cpp | 2295 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| H A D | TextNodeDumper.cpp | 1445 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
|
| H A D | StmtPrinter.cpp | 2594 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1838 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E); 2016 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| H A D | CGObjC.cpp | 64 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
|
| H A D | CodeGenFunction.h | 4415 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 356 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp); 2620 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr() 5508 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2030 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit() 2031 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1438 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() 3233 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1386 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|