| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransRetainReleaseDealloc.cpp | 342 StmtExpr *StmtE = nullptr; in checkForGCDOrXPC() 345 if (StmtExpr *SE = dyn_cast<StmtExpr>(S)) { in checkForGCDOrXPC()
|
| H A D | TransEmptyStatementsAndDealloc.cpp | 153 bool TraverseStmtExpr(StmtExpr *E) { in TraverseStmtExpr()
|
| H A D | Transforms.cpp | 244 bool TraverseStmtExpr(StmtExpr *E) { in TraverseStmtExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 38 class StmtExpr; variable 125 ExprDependence computeDependence(StmtExpr *E, unsigned TemplateDepth);
|
| H A D | Expr.h | 4356 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 D | VarBypassDetector.cpp | 60 ((isa<Expr>(S) && !isa<StmtExpr>(S)) ? origParentScope in BuildScopeInformation()
|
| H A D | CGExprComplex.cpp | 188 ComplexPairTy VisitStmtExpr(const StmtExpr *E); 436 ComplexPairTy ComplexExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
|
| H A D | CGExprAgg.cpp | 157 void VisitStmtExpr(const StmtExpr *E); 964 void AggExprEmitter::VisitStmtExpr(const StmtExpr *E) { in VisitStmtExpr()
|
| H A D | CGDecl.cpp | 1675 if (const StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in isCapturedBy()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 112 def StmtExpr : StmtNode<Expr>;
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 234 S = cast<StmtExpr>(S)->getSubStmt(); in Visit()
|
| H A D | CFG.cpp | 611 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 D | ExprClassification.cpp | 417 const CompoundStmt *S = cast<StmtExpr>(E)->getSubStmt(); in ClassifyInternal()
|
| H A D | ComputeDependence.cpp | 177 ExprDependence clang::computeDependence(StmtExpr *E, unsigned TemplateDepth) { in computeDependence()
|
| H A D | ASTStructuralEquivalence.cpp | 284 bool IsStmtEquivalent(const StmtExpr *E1, const StmtExpr *E2) { in IsStmtEquivalent()
|
| H A D | Expr.cpp | 2848 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 D | StmtProfile.cpp | 1473 void StmtProfiler::VisitStmtExpr(const StmtExpr *S) { in VisitStmtExpr()
|
| H A D | StmtPrinter.cpp | 1663 void StmtPrinter::VisitStmtExpr(StmtExpr *E) { in VisitStmtExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 609 if (StmtExpr *SE = dyn_cast<StmtExpr>(E)) { in findEnumForBlockReturn()
|
| H A D | JumpDiagnostics.cpp | 310 unsigned &ParentScope = ((isa<Expr>(S) && !isa<StmtExpr>(S)) in BuildScopeInformation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 2167 CompoundStmtMatcher<StmtExpr>::get(const StmtExpr &Node) {
|
| H A D | ASTMatchers.h | 2482 extern const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr; 5536 StmtExpr), in AST_POLYMORPHIC_MATCHER_P() argument
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 947 const internal::VariadicDynCastAllOfMatcher<Stmt, StmtExpr> stmtExpr;
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1305 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 D | cindex.py | 967 CursorKind.StmtExpr = CursorKind(121)
|