Home
last modified time | relevance | path

Searched defs:SubStmt (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp43 for (const Stmt *SubStmt : Ex->children()) in FindExpr() local
H A DObjCUnusedIVarsChecker.cpp58 for (const Stmt *SubStmt : S->children()) in Scan() local
/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp104 for (const Stmt *SubStmt : S->children()) { in BuildScopeInformation() local
H A DCodeGenFunction.cpp1598 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 DCGDecl.cpp702 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 DCGStmtOpenMP.cpp2639 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 DStmtCXX.h258 Stmt *SubStmt; variable
267 CompoundStmt *SubStmt) in MSDependentExistsStmt()
321 enum SubStmt { enum
476 enum SubStmt { Operand, PromiseCall, Count }; enum
H A DEvaluatedExprVisitor.h111 if (auto SubStmt = If->getNondiscardedCase(Context)) { in VisitIfStmt() local
H A DStmtObjC.h396 Stmt *SubStmt; variable
H A DExpr.h4389 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 DParentMap.cpp95 for (Stmt *SubStmt : S->children()) { in BuildParentMap() local
[all...]
H A DStmt.cpp427 Create(const ASTContext & C,SourceLocation Loc,ArrayRef<const Attr * > Attrs,Stmt * SubStmt) Create() argument
H A DStmtProfile.cpp243 for (const Stmt *SubStmt : S->children()) { in VisitStmt() local
H A DExpr.cpp3856 for (const Stmt *SubStmt : children()) HasSideEffects() local
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp718 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 DSemaStmt.cpp547 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 DSemaExceptionSpec.cpp986 if (!SubStmt) in canSubStmtsThrow() local
H A DTreeTransform.h1385 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 DAnalysisBasedWarnings.cpp153 for (const Stmt *SubStmt : E->children()) HasMacroID() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp522 for (auto *SubStmt : RF->children()) { dataTraverseNode() local
537 for (auto *SubStmt : RBO->children()) { dataTraverseNode() local
/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp496 Stmt *SubStmt = in VisitCompoundStmt() local
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp794 for (auto *SubStmt : E->exprs()) VisitParenListExpr() local
H A DASTReaderStmt.cpp476 for (auto &SubStmt: S->SubStmts) VisitCoreturnStmt() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h479 SubStmt = 0, enumerator

12