Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp927 bool HasVar = Var != nullptr; in IfStmt() local
949 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
961 bool HasVar = Var != nullptr; in Create() local
1057 bool HasVar = Var != nullptr; in SwitchStmt() local
1072 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1083 bool HasVar = Var != nullptr; in Create() local
1091 bool HasVar) { in CreateEmpty()
1123 bool HasVar = Var != nullptr; in WhileStmt() local
1136 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1145 bool HasVar = Var != nullptr; in Create() local
[all …]
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp141 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitIfStmt() local
170 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitSwitchStmt() local
195 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitWhileStmt() local
H A DASTReaderStmt.cpp222 bool HasVar = Record.readInt(); in VisitIfStmt() local
246 bool HasVar = Record.readInt(); in VisitSwitchStmt() local
277 bool HasVar = Record.readInt(); in VisitWhileStmt() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h175 unsigned HasVar : 1; in alignas() local
193 unsigned HasVar : 1; in alignas() local
211 unsigned HasVar : 1; in alignas() local