Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp913 bool HasElse = Else != nullptr; in IfStmt() local
936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
947 bool HasElse = Else != nullptr; in Create() local
958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp137 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local
H A DASTReaderStmt.cpp217 bool HasElse = Record.readInt(); in VisitIfStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h167 unsigned HasElse : 1; variable