Home | History | Annotate | Download | only in Sema

Lines Matching defs:Statements

359   /// Subclasses may override this function to transform statements using some
369 /// of clause. Subclasses may override this function to transform statements
380 /// attributed statements using some other mechanism.
1260 MultiStmtArg Statements,
1263 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
2348 // FIXME: Support init-statements in Objective-C++20 ranged for
3748 // Pass SDK into statements that can produce a value
7183 SmallVector<Stmt*, 8> Statements;
7190 // likely that this will cause problems for future statements.
7200 Statements.push_back(Result.getAs<Stmt>());
7211 Statements,
7238 // Case statements are always rebuilt so that they will attached to their
7266 // Default statements are always rebuilt
7530 // Goto statements must always be rebuilt, to resolve the label.
7727 // statement, such as the implicit suspend statements (because those
7728 // statements reference the FunctionScopeInfo::CoroutinePromise).
7737 // Transform the implicit coroutine statements constructed using dependent
7768 // statement, we may need to build some implicit coroutine statements
7771 // We can only build these statements, however, if the current promise type
7802 // Transform any additional statements we may have already built
7894 // Objective-C Statements.
7904 // Transform the @catch statements (if present).