/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 102 class ObjCBoxedExpr; variable 198 ExprDependence computeDependence(ObjCBoxedExpr *E);
|
H A D | TextNodeDumper.h | 314 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
|
H A D | JSONNodeDumper.h | 318 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
|
H A D | RecursiveASTVisitor.h | 2989 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
|
H A D | RetainCountChecker.cpp | 270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 1143 check::PostStmt<ObjCBoxedExpr> > { 1165 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 369 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 D | SemaExprCXX.cpp | 7550 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 350 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 178 def ObjCBoxedExpr : StmtNode<Expr>;
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 191 bool VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
H A D | Compiler.cpp | 3142 bool Compiler<Emitter>::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 417 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
|
H A D | JSONNodeDumper.cpp | 1273 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
|
H A D | StmtProfile.cpp | 2333 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
H A D | TextNodeDumper.cpp | 1680 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
|
H A D | StmtPrinter.cpp | 2644 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1998 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E); 2202 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
H A D | CGObjC.cpp | 64 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
|
H A D | CodeGenFunction.h | 4713 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
/freebsd/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() 5506 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2036 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit() 2037 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1445 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() 3294 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 1396 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|