| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 98 class ObjCBoxedExpr; variable 190 ExprDependence computeDependence(ObjCBoxedExpr *E);
|
| H A D | ExprObjC.h | 128 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 D | TextNodeDumper.h | 293 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
|
| H A D | JSONNodeDumper.h | 299 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
|
| H A D | RecursiveASTVisitor.h | 2814 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 247 check::PostStmt<ObjCBoxedExpr>, 300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
|
| H A D | RetainCountDiagnostics.cpp | 519 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
|
| H A D | RetainCountChecker.cpp | 271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 1144 check::PostStmt<ObjCBoxedExpr> > { 1166 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 363 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 D | SemaExprCXX.cpp | 6951 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 176 def ObjCBoxedExpr : StmtNode<Expr>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 332 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 364 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
|
| H A D | JSONNodeDumper.cpp | 1133 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
|
| H A D | StmtProfile.cpp | 2164 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| H A D | TextNodeDumper.cpp | 1305 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
|
| H A D | StmtPrinter.cpp | 2401 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1780 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E); 1965 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| H A D | CGObjC.cpp | 62 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
|
| H A D | CodeGenFunction.h | 4200 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1501 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit() 1502 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 355 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp); 2619 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr() 5509 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1418 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() 3049 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1289 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|