Searched defs:HasElse (Results 1 – 4 of 4) sorted by relevance
926 bool HasElse = Else != nullptr; in IfStmt() local949 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()960 bool HasElse = Else != nullptr; in Create() local971 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
140 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local
221 bool HasElse = Record.readInt(); in VisitIfStmt() local
172 unsigned HasElse : 1; variable