| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 101 class ObjCBoxedExpr; variable 196 ExprDependence computeDependence(ObjCBoxedExpr *E);
|
| H A D | ExprObjC.h | 127 class ObjCBoxedExpr : public Expr { 135 ObjCBoxedExpr(Expr *E, QualType T, ObjCMethodDecl *method, SourceRange R) in ObjCBoxedExpr() function 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() function
|
| H A D | TextNodeDumper.h | 294 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
|
| H A D | JSONNodeDumper.h | 304 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
|
| H A D | RecursiveASTVisitor.h | 2917 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 247 check::PostStmt<ObjCBoxedExpr>, 300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
|
| H A D | RetainCountDiagnostics.cpp | 513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
|
| H A D | RetainCountChecker.cpp | 272 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 1145 check::PostStmt<ObjCBoxedExpr> > { 1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 364 new (Context) ObjCBoxedExpr(Number, NSNumberPointer, Method, in BuildObjCNumericLiteral() 503 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() 504 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr() 548 return new (Context) ObjCBoxedExpr(CE, BoxedType, nullptr, SR); in BuildObjCBoxedExpr() 756 ObjCBoxedExpr *BoxedExpr = in BuildObjCBoxedExpr() 757 new (Context) ObjCBoxedExpr(ValueExpr, BoxedType, in BuildObjCBoxedExpr() 935 if (auto *BE = dyn_cast<ObjCBoxedExpr>(Key)) { in CheckObjCDictionaryLiteralDuplicateKeys()
|
| H A D | SemaExprCXX.cpp | 7209 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexBody.cpp | 336 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 177 def ObjCBoxedExpr : StmtNode<Expr>;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 385 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
|
| H A D | JSONNodeDumper.cpp | 1172 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
|
| H A D | StmtProfile.cpp | 2244 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| H A D | TextNodeDumper.cpp | 1320 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
|
| H A D | StmtPrinter.cpp | 2579 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1808 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E); 1998 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
| H A D | CGObjC.cpp | 65 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
|
| H A D | CodeGenFunction.h | 4278 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 356 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp); 2620 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr() 5509 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 2008 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit() 2009 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1409 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() 3150 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1285 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|