/freebsd-src/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 | 395 Stmt *SubStmt; global() variable [all...] |
H A D | Expr.h | 4355 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 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
|
/freebsd-src/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 | 1545 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 D | CGDecl.cpp | 699 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 D | CGStmtOpenMP.cpp | 2617 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 D | ParentMap.cpp | 95 if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) { in BuildParentMap() local [all...] |
H A D | Stmt.cpp | 426 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 | 3786 for (const Stmt *SubStmt : children()) HasSideEffects() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 709 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 D | SemaStmt.cpp | 536 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 D | SemaExceptionSpec.cpp | 1006 for (const Stmt *SubStmt : S->children()) { canSubStmtsThrow() local
|
H A D | TreeTransform.h | 1364 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 D | AnalysisBasedWarnings.cpp | 153 for (const Stmt *SubStmt : E->children()) in HasMacroID() local
|
H A D | SemaExprCXX.cpp | 7467 MaybeCreateStmtWithCleanups(Stmt * SubStmt) MaybeCreateStmtWithCleanups() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 522 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 D | ProgramPoint.h | 294 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 445 SubStmt = 0, global() enumerator
|
/freebsd-src/contrib/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) in VisitCoreturnStmt() local
|