Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h102 class ObjCBoxedExpr; variable
198 ExprDependence computeDependence(ObjCBoxedExpr *E);
H A DTextNodeDumper.h314 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
H A DJSONNodeDumper.h318 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
H A DRecursiveASTVisitor.h2989 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
H A DRetainCountChecker.cpp270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1143 check::PostStmt<ObjCBoxedExpr> > {
1165 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp369 return SemaRef.MaybeBindToTemporary(new (Context) ObjCBoxedExpr( in BuildObjCNumericLiteral()
512 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr()
513 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr()
557 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr()
762 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr()
763 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr()
941 if (auto *BE = dyn_cast<ObjCBoxedExpr>(Key)) { in CheckObjCDictionaryLiteralDuplicateKeys()
5225 Expr *Inner = cast<ObjCBoxedExpr>(FromE)->getSubExpr()->IgnoreParens(); in CheckLiteralKind()
H A DSemaExprCXX.cpp7550 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp350 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td178 def ObjCBoxedExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h191 bool VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
H A DCompiler.cpp3142 bool Compiler<Emitter>::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp417 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1273 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
H A DStmtProfile.cpp2333 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DTextNodeDumper.cpp1680 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
H A DStmtPrinter.cpp2644 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1998 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
2202 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DCGObjC.cpp64 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
H A DCodeGenFunction.h4713 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp355 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp);
2619 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr()
5506 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2036 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit()
2037 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1445 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
3294 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1396 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()

12