Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp914 bool HasVar = Var != nullptr; in IfStmt() local
936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
948 bool HasVar = Var != nullptr; in Create() local
958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty()
1044 bool HasVar = Var != nullptr; in SwitchStmt() local
1059 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1070 bool HasVar = Var != nullptr; in Create() local
1078 bool HasVar) { in CreateEmpty()
1110 bool HasVar = Var != nullptr; in WhileStmt() local
1123 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp138 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitIfStmt() local
168 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitSwitchStmt() local
193 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitWhileStmt() local
H A DASTReaderStmt.cpp218 bool HasVar = Record.readInt(); in VisitIfStmt() local
241 bool HasVar = Record.readInt(); in VisitSwitchStmt() local
272 bool HasVar = Record.readInt(); in VisitWhileStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h170 unsigned HasVar : 1; variable
188 unsigned HasVar : 1; variable
206 unsigned HasVar : 1; variable