Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h101 class ObjCBoxedExpr; variable
196 ExprDependence computeDependence(ObjCBoxedExpr *E);
H A DExprObjC.h127 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 DTextNodeDumper.h294 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
H A DJSONNodeDumper.h304 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
H A DRecursiveASTVisitor.h2917 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h247 check::PostStmt<ObjCBoxedExpr>,
300 void checkPostStmt(const ObjCBoxedExpr *BE, CheckerContext &C) const;
H A DRetainCountDiagnostics.cpp513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
H A DRetainCountChecker.cpp272 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1145 check::PostStmt<ObjCBoxedExpr> > {
1167 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp364 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 DSemaExprCXX.cpp7209 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp336 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td177 def ObjCBoxedExpr : StmtNode<Expr>;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp385 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1172 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
H A DStmtProfile.cpp2244 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DTextNodeDumper.cpp1320 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
H A DStmtPrinter.cpp2579 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1808 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E);
1998 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
H A DCGObjC.cpp65 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
H A DCodeGenFunction.h4278 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp356 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 DExprEngine.cpp2008 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit()
2009 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1409 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
3150 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1285 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()

12