Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp929 bool HasVar = Var != nullptr; in IfStmt() local
951 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
963 bool HasVar = Var != nullptr; in Create() local
973 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
1059 bool HasVar = Var != nullptr; in SwitchStmt() local
1074 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1085 bool HasVar = Var != nullptr; in Create() local
1093 bool HasVar) { in CreateEmpty()
1125 bool HasVar = Var != nullptr; in WhileStmt() local
1138 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp204 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitIfStmt() local
235 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitSwitchStmt() local
260 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitWhileStmt() local
H A DASTReaderStmt.cpp225 bool HasVar = CurrentUnpackingBits->getNextBit(); in VisitIfStmt() local
249 bool HasVar = Record.readInt(); in VisitSwitchStmt() local
280 bool HasVar = Record.readInt(); in VisitWhileStmt() local
2965 bool HasVar = IfStmtBits.getNextBit(); in ReadStmtFromStream() local