Searched defs:HasVar (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/clang/lib/AST/ |
| D | Stmt.cpp | 914 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() 1036 bool HasVar = Var != nullptr; in SwitchStmt() local 1051 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt() 1062 bool HasVar = Var != nullptr; in Create() local 1070 bool HasVar) { in CreateEmpty() 1102 bool HasVar = Var != nullptr; in WhileStmt() local 1115 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt() [all …]
|
| /external/libchrome/base/ |
| D | environment_unittest.cc | 64 TEST_F(EnvironmentTest, HasVar) { in TEST_F() argument
|
| D | environment.cc | 140 bool Environment::HasVar(StringPiece variable_name) { in HasVar() function in base::Environment
|
| /external/llvm-project/clang/lib/Serialization/ |
| D | ASTWriterStmt.cpp | 137 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitIfStmt() local 167 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitSwitchStmt() local 192 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; in VisitWhileStmt() local
|
| D | ASTReaderStmt.cpp | 216 bool HasVar = Record.readInt(); in VisitIfStmt() local 239 bool HasVar = Record.readInt(); in VisitSwitchStmt() local 270 bool HasVar = Record.readInt(); in VisitWhileStmt() local
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 170 unsigned HasVar : 1; variable 188 unsigned HasVar : 1; variable 206 unsigned HasVar : 1; variable
|