Home
last modified time | relevance | path

Searched refs:StmtExpr (Results 1 – 25 of 40) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp342 StmtExpr *StmtE = nullptr; in checkForGCDOrXPC()
345 if (StmtExpr *SE = dyn_cast<StmtExpr>(S)) { in checkForGCDOrXPC()
H A DTransEmptyStatementsAndDealloc.cpp153 bool TraverseStmtExpr(StmtExpr *E) { in TraverseStmtExpr()
H A DTransforms.cpp244 bool TraverseStmtExpr(StmtExpr *E) { in TraverseStmtExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h38 class StmtExpr; variable
125 ExprDependence computeDependence(StmtExpr *E, unsigned TemplateDepth);
H A DExpr.h4356 class StmtExpr : public Expr {
4360 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, in StmtExpr() function
4371 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp60 ((isa<Expr>(S) && !isa<StmtExpr>(S)) ? origParentScope in BuildScopeInformation()
H A DCGExprComplex.cpp188 ComplexPairTy VisitStmtExpr(const StmtExpr *E);
436 ComplexPairTy ComplexExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
H A DCGExprAgg.cpp157 void VisitStmtExpr(const StmtExpr *E);
964 void AggExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
H A DCGDecl.cpp1675 if (const StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in isCapturedBy()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td112 def StmtExpr : StmtNode<Expr>;
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp234 S = cast<StmtExpr>(S)->getSubStmt(); in Visit()
H A DCFG.cpp611 CFGBlock *VisitStmtExpr(StmtExpr *S, AddStmtChoice asc);
2392 return VisitStmtExpr(cast<StmtExpr>(S), asc); in Visit()
4315 CFGBlock *CFGBuilder::VisitStmtExpr(StmtExpr *SE, AddStmtChoice asc) { in VisitStmtExpr()
5766 if (const StmtExpr *SE = dyn_cast<StmtExpr>(S)) { in print_elem()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp417 const CompoundStmt *S = cast<StmtExpr>(E)->getSubStmt(); in ClassifyInternal()
H A DComputeDependence.cpp177 ExprDependence clang::computeDependence(StmtExpr *E, unsigned TemplateDepth) { in computeDependence()
H A DASTStructuralEquivalence.cpp284 bool IsStmtEquivalent(const StmtExpr *E1, const StmtExpr *E2) { in IsStmtEquivalent()
H A DExpr.cpp2848 const CompoundStmt *CS = cast<StmtExpr>(this)->getSubStmt(); in isUnusedResultAWarning()
2860 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
3619 Finder.Visit(cast<StmtExpr>(this)->getSubStmt()); in HasSideEffects()
H A DStmtProfile.cpp1473 void StmtProfiler::VisitStmtExpr(const StmtExpr *S) { in VisitStmtExpr()
H A DStmtPrinter.cpp1663 void StmtPrinter::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp609 if (StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in findEnumForBlockReturn()
H A DJumpDiagnostics.cpp310 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h2167 CompoundStmtMatcher<StmtExpr>::get(const StmtExpr &Node) {
H A DASTMatchers.h2482 extern const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr;
5536 StmtExpr), in AST_POLYMORPHIC_MATCHER_P() argument
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp947 const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1305 void ASTStmtReader::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
3116 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py967 CursorKind.StmtExpr = CursorKind(121)

12