Home
last modified time | relevance | path

Searched defs:HasElse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp972 bool HasElse = Else != nullptr; in IfStmt() local
995 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
1006 bool HasElse = Else != nullptr; in Create() local
1017 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp220 bool HasElse = CurrentUnpackingBits->getNextBit(); in VisitIfStmt() local
3083 bool HasElse = IfStmtBits.getNextBit(); in ReadStmtFromStream() local
H A DASTWriterStmt.cpp203 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local