Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp926 bool HasElse = Else != nullptr; in IfStmt() local
949 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
960 bool HasElse = Else != nullptr; in Create() local
971 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp140 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() local
H A DASTReaderStmt.cpp221 bool HasElse = Record.readInt(); in VisitIfStmt() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h172 unsigned HasElse : 1; variable