Searched defs:HasElse (Results 1 – 4 of 4) sorted by relevance
913 bool HasElse = Else != nullptr; in IfStmt() local936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()947 bool HasElse = Else != nullptr; in Create() local958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
137 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local
217 bool HasElse = Record.readInt(); in VisitIfStmt() local
167 unsigned HasElse : 1; variable