Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp919 bool HasElse = Else != nullptr; in IfStmt() local
942 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
953 bool HasElse = Else != nullptr; in Create() local
964 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp137 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local
DASTReaderStmt.cpp217 bool HasElse = Record.readInt(); in VisitIfStmt() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h167 unsigned HasElse : 1; in alignas() local