Searched defs:HasElse (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Stmt.cpp | 928 bool HasElse = Else != nullptr; IfStmt() local |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReaderStmt.cpp | 224 bool HasElse = CurrentUnpackingBits->getNextBit(); VisitIfStmt() local |
H A D | ASTWriterStmt.cpp | 203 bool HasElse = S->getElse() != nullptr; VisitIfStmt() local |