/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1335 ParseParenExprOrCondition(StmtResult * InitStmt,Sema::ConditionResult & Cond,SourceLocation Loc,Sema::ConditionKind CK,SourceLocation & LParenLoc,SourceLocation & RParenLoc) ParseParenExprOrCondition() argument 1547 StmtResult InitStmt; ParseIfStatement() local 1747 StmtResult InitStmt; ParseSwitchStatement() local
|
H A D | ParseExprCXX.cpp | 2129 ParseCXXCondition(StmtResult * InitStmt,SourceLocation Loc,Sema::ConditionKind CK,bool MissingOK,ForRangeInfo * FRI,bool EnterForConditionScope) ParseCXXCondition() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 910 ActOnIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) ActOnIfStmt() argument 983 BuildIfStmt(SourceLocation IfLoc,IfStatementKind StatementKind,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc,Stmt * thenStmt,SourceLocation ElseLoc,Stmt * elseStmt) BuildIfStmt() argument 1123 ActOnStartOfSwitchStmt(SourceLocation SwitchLoc,SourceLocation LParenLoc,Stmt * InitStmt,ConditionResult Cond,SourceLocation RParenLoc) ActOnStartOfSwitchStmt() argument 2335 ActOnCXXForRangeStmt(Scope * S,SourceLocation ForLoc,SourceLocation CoawaitLoc,Stmt * InitStmt,Stmt * First,SourceLocation ColonLoc,Expr * Range,SourceLocation RParenLoc,BuildForRangeKind Kind,ArrayRef<MaterializeTemporaryExpr * > LifetimeExtendTemps) ActOnCXXForRangeStmt() argument 2559 RebuildForRangeWithDereference(Sema & SemaRef,Scope * S,SourceLocation ForLoc,SourceLocation CoawaitLoc,Stmt * InitStmt,Stmt * LoopVarDecl,SourceLocation ColonLoc,Expr * Range,SourceLocation RangeLoc,SourceLocation RParenLoc) RebuildForRangeWithDereference() argument 2593 BuildCXXForRangeStmt(SourceLocation ForLoc,SourceLocation CoawaitLoc,Stmt * InitStmt,SourceLocation ColonLoc,Stmt * RangeDecl,Stmt * Begin,Stmt * End,Expr * Cond,Expr * Inc,Stmt * LoopVarDecl,SourceLocation RParenLoc,BuildForRangeKind Kind,ArrayRef<MaterializeTemporaryExpr * > LifetimeExtendTemps) BuildCXXForRangeStmt() argument [all...] |
H A D | SemaDeclCXX.cpp | 8579 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(VD), Loc, Loc); visitExpandedSubobject() local 14619 Stmt *InitStmt = new (S.Context) DeclStmt(DeclGroupRef(IterationVar),Loc,Loc); buildSingleCopyAssignRecursively() local
|
H A D | SemaOpenMP.cpp | 14273 StmtResult InitStmt = new (Context) ActOnOpenMPTileDirective() local 14359 StmtResult InitStmt = new (Context) ActOnOpenMPTileDirective() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2042 if (const Stmt *InitStmt = For->getInit()) EmitOMPCanonicalLoop() local
|