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.cpp928 bool HasElse = Else != nullptr; in IfStmt() local
951 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
962 bool HasElse = Else != nullptr; in Create() local
973 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp224 bool HasElse = CurrentUnpackingBits->getNextBit(); in VisitIfStmt() local
2964 bool HasElse = IfStmtBits.getNextBit(); in ReadStmtFromStream() local
H A DASTWriterStmt.cpp203 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local