Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmt.cpp928 bool HasElse = Else != nullptr; IfStmt() local
951 IfStmt(EmptyShell Empty,bool HasElse,bool HasVar,bool HasInit) IfStmt() argument
962 bool HasElse = Else != nullptr; Create() local
973 CreateEmpty(const ASTContext & Ctx,bool HasElse,bool HasVar,bool HasInit) CreateEmpty() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp224 bool HasElse = CurrentUnpackingBits->getNextBit(); VisitIfStmt() local
2959 bool HasElse = IfStmtBits.getNextBit(); ReadStmtFromStream() local
H A DASTWriterStmt.cpp203 bool HasElse = S->getElse() != nullptr; VisitIfStmt() local