/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefBranchChecker.cpp | 43 for (const Stmt *SubStmt : Ex->children()) in FindExpr() local
|
H A D | ObjCUnusedIVarsChecker.cpp | 58 for (const Stmt *SubStmt : S->children()) in Scan() local
|
/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 | 1598 for (const Stmt *SubStmt : S->children()) ContainsLabel() local 1622 for (const Stmt *SubStmt : S->children()) containsBreak() local 1645 for (const Stmt *SubStmt : S->children()) mightAddDeclToScope() local
|
H A D | CGDecl.cpp | 702 for (const Stmt *SubStmt : s->children()) isAccessedBy() local 1702 for (const Stmt *SubStmt : S->children()) isCapturedBy() local 1750 for (const Stmt *SubStmt : E->children()) isCapturedBy() local
|
H A D | CGStmtOpenMP.cpp | 2639 for (const Stmt *SubStmt : SyntacticalLoop->children()) { isSupportedByOpenMPIRBuilder() local 4056 for (const Stmt *SubStmt : CS->children()) { EmitSections() local 4164 for (const Stmt *SubStmt : CS->children()) { EmitOMPSectionsDirective() local
|
/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 | 4389 Stmt *SubStmt; global() variable 4392 StmtExpr(CompoundStmt * SubStmt,QualType T,SourceLocation LParenLoc,SourceLocation RParenLoc,unsigned TemplateDepth) StmtExpr() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | ParentMap.cpp | 95 for (Stmt *SubStmt : S->children()) { in BuildParentMap() local [all...] |
H A D | Stmt.cpp | 427 Create(const ASTContext & C,SourceLocation Loc,ArrayRef<const Attr * > Attrs,Stmt * SubStmt) Create() argument
|
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()) HasSideEffects() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 718 DiagnoseLabelFollowedByDecl(Parser & P,const Stmt * SubStmt) DiagnoseLabelFollowedByDecl() argument 758 StmtResult SubStmt; ParseLabeledStatement() local 929 StmtResult SubStmt; ParseCaseStatement() local 983 StmtResult SubStmt; ParseDefaultStatement() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 547 ActOnCaseStmtBody(Stmt * S,Stmt * SubStmt) ActOnCaseStmtBody() argument 553 ActOnDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt,Scope * CurScope) ActOnDefaultStmt() argument 573 ActOnLabelStmt(SourceLocation IdentLoc,LabelDecl * TheDecl,SourceLocation ColonLoc,Stmt * SubStmt) ActOnLabelStmt() argument 608 BuildAttributedStmt(SourceLocation AttrsLoc,ArrayRef<const Attr * > Attrs,Stmt * SubStmt) BuildAttributedStmt() argument 624 ActOnAttributedStmt(const ParsedAttributes & Attrs,Stmt * SubStmt) ActOnAttributedStmt() argument [all...] |
H A D | SemaExceptionSpec.cpp | 986 if (!SubStmt) in canSubStmtsThrow() local
|
H A D | TreeTransform.h | 1385 RebuildDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt) RebuildDefaultStmt() argument 1395 RebuildLabelStmt(SourceLocation IdentLoc,LabelDecl * L,SourceLocation ColonLoc,Stmt * SubStmt) RebuildLabelStmt() argument 1405 RebuildAttributedStmt(SourceLocation AttrLoc,ArrayRef<const Attr * > Attrs,Stmt * SubStmt) RebuildAttributedStmt() argument 3081 RebuildStmtExpr(SourceLocation LParenLoc,Stmt * SubStmt,SourceLocation RParenLoc,unsigned TemplateDepth) RebuildStmtExpr() argument 7883 StmtResult SubStmt = TransformCaseStmt() local 7895 StmtResult SubStmt = TransformDefaultStmt() local 7908 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK); TransformLabelStmt() local 7965 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK); TransformAttributedStmt() local 8981 StmtResult SubStmt = getDerived().TransformCompoundStmt(S->getSubStmt()); TransformMSDependentExistsStmt() local 12815 StmtResult SubStmt TransformStmtExpr() local [all...] |
H A D | AnalysisBasedWarnings.cpp | 153 for (const Stmt *SubStmt : E->children()) HasMacroID() local
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 522 for (auto *SubStmt : RF->children()) { dataTraverseNode() local 537 for (auto *SubStmt : RBO->children()) { dataTraverseNode() local
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SimplifyBooleanExprCheck.cpp | 496 Stmt *SubStmt = in VisitCompoundStmt() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 794 for (auto *SubStmt : E->exprs()) VisitParenListExpr() local
|
H A D | ASTReaderStmt.cpp | 476 for (auto &SubStmt: S->SubStmts) VisitCoreturnStmt() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 479 SubStmt = 0, enumerator
|