/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 258 Stmt *SubStmt; variable 267 CompoundStmt *SubStmt) in MSDependentExistsStmt() 321 enum SubStmt { enum 476 enum SubStmt { Operand, PromiseCall, Count }; enum
|
H A D | EvaluatedExprVisitor.h | 111 if (auto SubStmt = If->getNondiscardedCase(Context)) { in VisitIfStmt() local
|
H A D | StmtObjC.h | 396 Stmt *SubStmt; variable
|
H A D | Expr.h | 4408 Stmt *SubStmt; variable 4411 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, in StmtExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 104 for (const Stmt *SubStmt : S->children()) { in BuildScopeInformation() local
|
H A D | CodeGenFunction.cpp | 1624 for (const Stmt *SubStmt : S->children()) in ContainsLabel() local 1648 for (const Stmt *SubStmt : S->children()) in containsBreak() local 1671 for (const Stmt *SubStmt : S->children()) in mightAddDeclToScope() local
|
H A D | CGDecl.cpp | 703 for (const Stmt *SubStmt : s->children()) in isAccessedBy() local 1703 for (const Stmt *SubStmt : S->children()) in isCapturedBy() local 1751 for (const Stmt *SubStmt : E->children()) in isCapturedBy() local
|
H A D | CGStmtOpenMP.cpp | 2644 for (const Stmt *SubStmt : SyntacticalLoop->children()) { in isSupportedByOpenMPIRBuilder() local 4074 for (const Stmt *SubStmt : CS->children()) { in EmitSections() local 4182 for (const Stmt *SubStmt : CS->children()) { in EmitOMPSectionsDirective() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ParentMap.cpp | 95 if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) { in BuildParentMap() local
|
H A D | Stmt.cpp | 427 Stmt *SubStmt) { in Create()
|
H A D | StmtProfile.cpp | 243 for (const Stmt *SubStmt : S->children()) { in VisitStmt() local
|
H A D | Expr.cpp | 3856 for (const Stmt *SubStmt : children()) in HasSideEffects() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 58 for (const Stmt *SubStmt : S->children()) in Scan() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 721 static void DiagnoseLabelFollowedByDecl(Parser &P, const Stmt *SubStmt) { in DiagnoseLabelFollowedByDecl() 761 StmtResult SubStmt; in ParseLabeledStatement() local 932 StmtResult SubStmt; in ParseCaseStatement() local 986 StmtResult SubStmt; in ParseDefaultStatement() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 547 void Sema::ActOnCaseStmtBody(Stmt *S, Stmt *SubStmt) { in ActOnCaseStmtBody() 553 Stmt *SubStmt, Scope *CurScope) { in ActOnDefaultStmt() 573 SourceLocation ColonLoc, Stmt *SubStmt) { in ActOnLabelStmt() 608 Stmt *SubStmt) { in BuildAttributedStmt() 624 Stmt *SubStmt) { in ActOnAttributedStmt()
|
H A D | SemaExceptionSpec.cpp | 986 for (const Stmt *SubStmt : S->children()) { in canSubStmtsThrow() local
|
H A D | TreeTransform.h | 1385 Stmt *SubStmt) { in RebuildDefaultStmt() 1395 SourceLocation ColonLoc, Stmt *SubStmt) { in RebuildLabelStmt() 1405 Stmt *SubStmt) { in RebuildAttributedStmt() 3084 ExprResult RebuildStmtExpr(SourceLocation LParenLoc, Stmt *SubStmt, in RebuildStmtExpr() 7892 StmtResult SubStmt = in TransformCaseStmt() local 7904 StmtResult SubStmt = in TransformDefaultStmt() local 7917 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK); in TransformLabelStmt() local 7974 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK); in TransformAttributedStmt() local 8990 StmtResult SubStmt = getDerived().TransformCompoundStmt(S->getSubStmt()); in TransformMSDependentExistsStmt() local 12846 StmtResult SubStmt in TransformStmtExpr() local
|
H A D | AnalysisBasedWarnings.cpp | 153 for (const Stmt *SubStmt : E->children()) in HasMacroID() local
|
H A D | SemaExprCXX.cpp | 7684 Stmt *Sema::MaybeCreateStmtWithCleanups(Stmt *SubStmt) { in MaybeCreateStmtWithCleanups()
|
H A D | SemaExpr.cpp | 15633 ExprResult Sema::ActOnStmtExpr(Scope *S, SourceLocation LPLoc, Stmt *SubStmt, in ActOnStmtExpr() 15638 ExprResult Sema::BuildStmtExpr(SourceLocation LPLoc, Stmt *SubStmt, in BuildStmtExpr()
|
H A D | SemaDeclCXX.cpp | 93 for (const Stmt *SubStmt : Node->children()) in VisitExpr() local [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 792 for (auto *SubStmt : E->exprs()) in VisitParenListExpr() local
|
H A D | ASTReaderStmt.cpp | 476 for (auto &SubStmt: S->SubStmts) in VisitCoreturnStmt() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 479 SubStmt = 0, enumerator
|