Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp245 bool TraverseStmtExpr(StmtExpr *E) { in TraverseStmtExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h38 class StmtExpr; variable
126 ExprDependence computeDependence(StmtExpr *E, unsigned TemplateDepth);
H A DExpr.h4407 class StmtExpr : public Expr {
4411 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, in StmtExpr() function
4422 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp60 ((isa<Expr>(S) && !isa<StmtExpr>(S)) ? origParentScope in BuildScopeInformation()
H A DCGExprComplex.cpp197 ComplexPairTy VisitStmtExpr(const StmtExpr *E);
507 ComplexPairTy ComplexExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
H A DCGExprAgg.cpp161 void VisitStmtExpr(const StmtExpr *E);
981 void AggExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
H A DCGDecl.cpp1727 if (const StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in isCapturedBy()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp310 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation()
477 StmtExpr *SE = cast<StmtExpr>(S); in BuildScopeInformation()
H A DSemaLambda.cpp594 if (StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in findEnumForBlockReturn()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td112 def StmtExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h193 bool VisitStmtExpr(const StmtExpr *E);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp234 S = cast<StmtExpr>(S)->getSubStmt(); in Visit()
H A DCFG.cpp624 CFGBlock *VisitStmtExpr(StmtExpr *S, AddStmtChoice asc);
2396 return VisitStmtExpr(cast<StmtExpr>(S), asc); in Visit()
4321 CFGBlock *CFGBuilder::VisitStmtExpr(StmtExpr *SE, AddStmtChoice asc) { in VisitStmtExpr()
5773 if (const StmtExpr *SE = dyn_cast<StmtExpr>(S)) { in print_elem()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp430 const CompoundStmt *S = cast<StmtExpr>(E)->getSubStmt(); in ClassifyInternal()
H A DASTStructuralEquivalence.cpp307 bool IsStmtEquivalent(const StmtExpr *E1, const StmtExpr *E2) { in IsStmtEquivalent()
H A DComputeDependence.cpp177 ExprDependence clang::computeDependence(StmtExpr *E, unsigned TemplateDepth) { in computeDependence()
H A DExpr.cpp2878 const CompoundStmt *CS = cast<StmtExpr>(this)->getSubStmt(); in isUnusedResultAWarning()
2890 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
3680 Finder.Visit(cast<StmtExpr>(this)->getSubStmt()); in HasSideEffects()
H A DStmtProfile.cpp1520 void StmtProfiler::VisitStmtExpr(const StmtExpr *S) { in VisitStmtExpr()
H A DStmtPrinter.cpp1723 void StmtPrinter::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h2207 CompoundStmtMatcher<StmtExpr>::get(const StmtExpr &Node) {
H A DASTMatchers.h2560 extern const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr;
5798 StmtExpr), in AST_POLYMORPHIC_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp462 if (auto *SE = dyn_cast<StmtExpr>(E)) { in PropagateResultObject()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1340 void ASTStmtReader::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
3260 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()

12