Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/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.h395 Stmt *SubStmt; global() variable
[all...]
H A DExpr.h4355 Stmt *SubStmt; global() variable
4358 StmtExpr(CompoundStmt * SubStmt,QualType T,SourceLocation LParenLoc,SourceLocation RParenLoc,unsigned TemplateDepth) StmtExpr() argument
[all...]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp104 for (const Stmt *SubStmt : S->children()) { in BuildScopeInformation() local
H A DCodeGenFunction.cpp1545 for (const Stmt *SubStmt : S->children()) ContainsLabel() local
1569 for (const Stmt *SubStmt : S->children()) containsBreak() local
1592 for (const Stmt *SubStmt : S->children()) mightAddDeclToScope() local
H A DCGDecl.cpp699 for (const Stmt *SubStmt : s->children()) isAccessedBy() local
1698 for (const Stmt *SubStmt : S->children()) isCapturedBy() local
1746 for (const Stmt *SubStmt : E->children()) isCapturedBy() local
H A DCGStmtOpenMP.cpp2617 for (const Stmt *SubStmt : SyntacticalLoop->children()) { isSupportedByOpenMPIRBuilder() local
4029 for (const Stmt *SubStmt : CS->children()) { EmitSections() local
4137 for (const Stmt *SubStmt : CS->children()) { EmitOMPSectionsDirective() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp95 if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) { in BuildParentMap() local
[all...]
H A DStmt.cpp426 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.cpp3786 for (const Stmt *SubStmt : children()) HasSideEffects() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp709 DiagnoseLabelFollowedByDecl(Parser & P,const Stmt * SubStmt) DiagnoseLabelFollowedByDecl() argument
749 StmtResult SubStmt; ParseLabeledStatement() local
920 StmtResult SubStmt; ParseCaseStatement() local
974 StmtResult SubStmt; ParseDefaultStatement() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp536 ActOnCaseStmtBody(Stmt * S,Stmt * SubStmt) ActOnCaseStmtBody() argument
542 ActOnDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt,Scope * CurScope) ActOnDefaultStmt() argument
555 ActOnLabelStmt(SourceLocation IdentLoc,LabelDecl * TheDecl,SourceLocation ColonLoc,Stmt * SubStmt) ActOnLabelStmt() argument
585 BuildAttributedStmt(SourceLocation AttrsLoc,ArrayRef<const Attr * > Attrs,Stmt * SubStmt) BuildAttributedStmt() argument
601 ActOnAttributedStmt(const ParsedAttributes & Attrs,Stmt * SubStmt) ActOnAttributedStmt() argument
[all...]
H A DSemaExceptionSpec.cpp1006 for (const Stmt *SubStmt : S->children()) { canSubStmtsThrow() local
H A DTreeTransform.h1364 RebuildDefaultStmt(SourceLocation DefaultLoc,SourceLocation ColonLoc,Stmt * SubStmt) RebuildDefaultStmt() argument
1374 RebuildLabelStmt(SourceLocation IdentLoc,LabelDecl * L,SourceLocation ColonLoc,Stmt * SubStmt) RebuildLabelStmt() argument
1384 RebuildAttributedStmt(SourceLocation AttrLoc,ArrayRef<const Attr * > Attrs,Stmt * SubStmt) RebuildAttributedStmt() argument
3034 RebuildStmtExpr(SourceLocation LParenLoc,Stmt * SubStmt,SourceLocation RParenLoc,unsigned TemplateDepth) RebuildStmtExpr() argument
7608 StmtResult SubStmt = TransformCaseStmt() local
7620 StmtResult SubStmt = TransformDefaultStmt() local
7633 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK); TransformLabelStmt() local
7690 StmtResult SubStmt = getDerived().TransformStmt(S->getSubStmt(), SDK); TransformAttributedStmt() local
8684 StmtResult SubStmt = getDerived().TransformCompoundStmt(S->getSubStmt()); TransformMSDependentExistsStmt() local
11993 StmtResult SubStmt TransformStmtExpr() local
[all...]
H A DAnalysisBasedWarnings.cpp153 for (const Stmt *SubStmt : E->children()) in HasMacroID() local
H A DSemaExprCXX.cpp7467 MaybeCreateStmtWithCleanups(Stmt * SubStmt) MaybeCreateStmtWithCleanups() argument
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp522 for (auto *SubStmt : RF->children()) { in dataTraverseNode() local
537 for (auto *SubStmt : RBO->children()) { in dataTraverseNode() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h445 SubStmt = 0, global() enumerator
/freebsd-src/contrib/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) in VisitCoreturnStmt() local

12