Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h98 class ObjCBoxedExpr; variable
190 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.h293 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
H A DJSONNodeDumper.h299 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
H A DRecursiveASTVisitor.h2814 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h247 check::PostStmt<ObjCBoxedExpr>,
300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
H A DRetainCountDiagnostics.cpp519 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
H A DRetainCountChecker.cpp271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1144 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 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.cpp6951 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td176 def ObjCBoxedExpr : StmtNode<Expr>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp332 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp364 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1133 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
H A DStmtProfile.cpp2164 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DTextNodeDumper.cpp1305 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
H A DStmtPrinter.cpp2401 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1780 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
1965 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DCGObjC.cpp62 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
H A DCodeGenFunction.h4200 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1501 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 DRewriteModernObjC.cpp355 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 DASTReaderStmt.cpp1418 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
3049 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1289 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()

12