Home | History | Annotate | Download | only in Sema

Lines Matching refs:Then

47 /// \c TreeTransform<X> and then overriding certain operations to provide
64 /// then passes the pieces on to the "rebuild" step, which constructs a new AST
96 /// \brief Private RAII object that helps us forget and then re-remember
365 /// semantic nodes added by initialization, then passing the result to
383 /// \param IsCall If \c true, then
466 /// and destructor names and then (if needed) rebuilds the declaration name.
1063 /// be resolved to a specific template, then builds the appropriate kind of
1076 /// be resolved to a specific template, then builds the appropriate kind of
1088 /// be resolved to a specific template, then builds the appropriate kind of
1165 VarDecl *CondVar, Stmt *Then,
1167 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
4810 // parameters before the return type, since the return type can then refer
6137 // Transform the "then" branch.
6138 StmtResult Then = getDerived().TransformStmt(S->getThen());
6139 if (Then.isInvalid())
6150 Then.get() == S->getThen() &&
6155 Then.get(),
8611 // InitListExpr, then a DesignatedInitUpdateExpr is not encountered.
9432 // If we have template arguments, rebuild them, then rebuild the
10315 // If E is not value-dependent, then nothing will change when we transform it.
10546 // then produce a fallback value or error.