Searched defs:HasVar (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 928 bool HasVar = Var != nullptr; IfStmt() local 950 IfStmt(EmptyShell Empty,bool HasElse,bool HasVar,bool HasInit) IfStmt() argument 962 bool HasVar = Var != nullptr; Create() local 972 CreateEmpty(const ASTContext & Ctx,bool HasElse,bool HasVar,bool HasInit) CreateEmpty() argument 1058 bool HasVar = Var != nullptr; SwitchStmt() local 1073 SwitchStmt(EmptyShell Empty,bool HasInit,bool HasVar) SwitchStmt() argument 1084 bool HasVar = Var != nullptr; Create() local 1092 CreateEmpty(const ASTContext & Ctx,bool HasInit,bool HasVar) CreateEmpty() argument 1124 bool HasVar = Var != nullptr; WhileStmt() local 1137 WhileStmt(EmptyShell Empty,bool HasVar) WhileStmt() argument 1146 bool HasVar = Var != nullptr; Create() local 1153 CreateEmpty(const ASTContext & Ctx,bool HasVar) CreateEmpty() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 204 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 D | ASTReaderStmt.cpp | 225 bool HasVar = CurrentUnpackingBits->getNextBit(); in VisitIfStmt() local 249 bool HasVar = Record.readInt(); in VisitSwitchStmt() local 280 bool HasVar = Record.readInt(); in VisitWhileStmt() local 2908 bool HasVar = IfStmtBits.getNextBit(); ReadStmtFromStream() local [all...] |