| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountChecker.h | 247 check::PostStmt<ObjCBoxedExpr>, 300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
|
| HD | RetainCountDiagnostics.cpp | 514 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
|
| HD | RetainCountChecker.cpp | 271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ExprObjC.h | 124 class ObjCBoxedExpr : public Expr { 132 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, in ObjCBoxedExpr() function 139 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() function
|
| HD | TextNodeDumper.h | 269 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
|
| HD | JSONNodeDumper.h | 290 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
|
| HD | RecursiveASTVisitor.h | 2757 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | BasicObjCFoundationChecks.cpp | 1145 check::PostStmt<ObjCBoxedExpr> > { 1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexBody.cpp | 335 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 171 def ObjCBoxedExpr : StmtNode<Expr>;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | 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()
|
| HD | SemaExprCXX.cpp | 6654 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprConstant.cpp | 1764 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E); 1938 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| HD | CGObjC.cpp | 60 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
|
| HD | CodeGenFunction.h | 3808 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
| HD | CGExprScalar.cpp | 839 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | ExprEngine.cpp | 1491 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit() 1492 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | TextNodeDumper.cpp | 987 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
|
| HD | JSONNodeDumper.cpp | 1078 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
|
| HD | StmtProfile.cpp | 1997 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| HD | StmtPrinter.cpp | 2363 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| HD | ExprConstant.cpp | 1894 return cast<ObjCBoxedExpr>(E)->isExpressibleAsConstantInitializer(); in IsGlobalLValue() 7894 bool VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteModernObjC.cpp | 355 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp); 2615 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr() 5509 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1293 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() 2936 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 1180 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|