Lines Matching defs:Then
6067 /// the bind clause. Then "PrevMappedDirective" stored in the
11662 auto *Then = S->getThen();
11663 if (auto *CS = dyn_cast<CompoundStmt>(Then)) {
11676 Then = CS->body_front();
11679 auto *BO = dyn_cast<BinaryOperator>(Then);
11682 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = Then->getBeginLoc();
11683 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = Then->getSourceRange();
11961 auto *Then = S->getThen();
11962 if (auto *CS = dyn_cast<CompoundStmt>(Then)) {
11975 Then = CS->body_front();
11978 auto *BO = dyn_cast<BinaryOperator>(Then);
11981 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = Then->getBeginLoc();
11982 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = Then->getSourceRange();
12094 auto *Then = S2->getThen();
12095 if (auto *ThenCS = dyn_cast<CompoundStmt>(Then)) {
12108 Then = ThenCS->body_front();
12111 auto *ThenBO = dyn_cast<BinaryOperator>(Then);