/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 96 class ObjCBoxedExpr; variable 186 ExprDependence computeDependence(ObjCBoxedExpr *E);
|
H A D | ExprObjC.h | 128 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 D | TextNodeDumper.h | 289 void VisitObjCBoxedExpr(const ObjCBoxedExpr *Node);
|
H A D | JSONNodeDumper.h | 294 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
|
H A D | RecursiveASTVisitor.h | 2788 DEF_TRAVERSE_STMT(ObjCBoxedExpr, {})
|
/netbsd-src/external/apache2/llvm/dist/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 | 519 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode()
|
H A D | RetainCountChecker.cpp | 271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 1144 check::PostStmt<ObjCBoxedExpr> > { 1166 void checkPostStmt(const ObjCBoxedExpr *E, CheckerContext &C) const { in checkPostStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 363 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 D | SemaExprCXX.cpp | 6903 } else if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(E)) { in MaybeBindToTemporary()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 335 bool VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 175 def ObjCBoxedExpr : StmtNode<Expr>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 364 ExprDependence clang::computeDependence(ObjCBoxedExpr *E) { in computeDependence()
|
H A D | JSONNodeDumper.cpp | 1094 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr()
|
H A D | TextNodeDumper.cpp | 1259 void TextNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *Node) { in VisitObjCBoxedExpr()
|
H A D | StmtProfile.cpp | 2147 void StmtProfiler::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
H A D | StmtPrinter.cpp | 2388 void StmtPrinter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1780 ConstantLValue VisitObjCBoxedExpr(const ObjCBoxedExpr *E); 1965 ConstantLValueEmitter::VisitObjCBoxedExpr(const ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|
H A D | CGObjC.cpp | 62 CodeGenFunction::EmitObjCBoxedExpr(const ObjCBoxedExpr *E) { in EmitObjCBoxedExpr()
|
H A D | CodeGenFunction.h | 4199 llvm::Value *EmitObjCBoxedExpr(const ObjCBoxedExpr *E);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1499 if (!(isa<ObjCBoxedExpr>(Ex) && in Visit() 1500 !cast<ObjCBoxedExpr>(Ex)->getSubExpr() in Visit()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 355 Stmt *RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp); 2619 Stmt *RewriteModernObjC::RewriteObjCBoxedExpr(ObjCBoxedExpr *Exp) { in RewriteObjCBoxedExpr() 5520 if (ObjCBoxedExpr *BoxedExpr = dyn_cast<ObjCBoxedExpr>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1408 void ASTStmtReader::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr() 3031 S = new (Context) ObjCBoxedExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 1278 void ASTStmtWriter::VisitObjCBoxedExpr(ObjCBoxedExpr *E) { in VisitObjCBoxedExpr()
|