Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h247 check::PostStmt<ObjCBoxedExpr>,
300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
HDRetainCountDiagnostics.cpp514 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
HDRetainCountChecker.cpp271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h124 class ObjCBoxedExpr : public Expr {
132 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, in ObjCBoxedExpr() function
139 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() function
HDTextNodeDumper.h269 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
HDJSONNodeDumper.h290 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
HDRecursiveASTVisitor.h2757 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDBasicObjCFoundationChecks.cpp1145 check::PostStmt<ObjCBoxedExpr> > {
1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp335 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td171 def ObjCBoxedExpr : StmtNode<Expr>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.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()
HDSemaExprCXX.cpp6654 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp1764 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
1938 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
HDCGObjC.cpp60 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
HDCodeGenFunction.h3808 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
HDCGExprScalar.cpp839 Value *VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp1491 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit()
1492 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp987 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
HDJSONNodeDumper.cpp1078 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
HDStmtProfile.cpp1997 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
HDStmtPrinter.cpp2363 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
HDExprConstant.cpp1894 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/
HDRewriteModernObjC.cpp355 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/
HDASTReaderStmt.cpp1293 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
2936 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp1180 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()

12