Home
last modified time | relevance | path

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

12

/freebsd-13.1/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.cpp246 bool TraverseStmtExpr(StmtExpr *E) { in TraverseStmtExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h37 class StmtExpr; variable
121 ExprDependence computeDependence(StmtExpr *E, unsigned TemplateDepth);
H A DExpr.h4338 class StmtExpr : public Expr {
4342 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, in StmtExpr() function
4353 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function
H A DStmt.h602 friend class StmtExpr; in alignas() local
/freebsd-13.1/contrib/llvm-project/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);
417 ComplexPairTy ComplexExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
H A DCGExprAgg.cpp154 void VisitStmtExpr(const StmtExpr *E);
943 void AggExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
H A DCGDecl.cpp1658 if (const StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in isCapturedBy()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td112 def StmtExpr : StmtNode<Expr>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp228 S = cast<StmtExpr>(S)->getSubStmt(); in Visit()
H A DCFG.cpp604 CFGBlock *VisitStmtExpr(StmtExpr *S, AddStmtChoice asc);
2329 return VisitStmtExpr(cast<StmtExpr>(S), asc); in Visit()
4043 CFGBlock *CFGBuilder::VisitStmtExpr(StmtExpr *SE, AddStmtChoice asc) { in VisitStmtExpr()
5480 if (const StmtExpr *SE = dyn_cast<StmtExpr>(S)) { in print_elem()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp414 const CompoundStmt *S = cast<StmtExpr>(E)->getSubStmt(); in ClassifyInternal()
H A DASTStructuralEquivalence.cpp282 bool IsStmtEquivalent(const StmtExpr *E1, const StmtExpr *E2) { in IsStmtEquivalent()
H A DComputeDependence.cpp160 ExprDependence clang::computeDependence(StmtExpr *E, unsigned TemplateDepth) { in computeDependence()
H A DExpr.cpp2736 const CompoundStmt *CS = cast<StmtExpr>(this)->getSubStmt(); in isUnusedResultAWarning()
2748 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
3503 Finder.Visit(cast<StmtExpr>(this)->getSubStmt()); in HasSideEffects()
H A DStmtProfile.cpp1380 void StmtProfiler::VisitStmtExpr(const StmtExpr *S) { in VisitStmtExpr()
H A DStmtPrinter.cpp1503 void StmtPrinter::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp603 if (StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in findEnumForBlockReturn()
H A DJumpDiagnostics.cpp310 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h2195 CompoundStmtMatcher<StmtExpr>::get(const StmtExpr &Node) {
H A DASTMatchers.h2468 extern const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr;
5344 StmtExpr), in AST_POLYMORPHIC_MATCHER_P() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp931 const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1314 void ASTStmtReader::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
3015 S = new (Context) StmtExpr(Empty); in ReadStmtFromStream()

12