Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
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/
Denvironment_unittest.cc64 TEST_F(EnvironmentTest, HasVar) { in TEST_F() argument
Denvironment.cc140 bool Environment::HasVar(StringPiece variable_name) { in HasVar() function in base::Environment
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp137 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
DASTReaderStmt.cpp216 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/
DStmt.h170 unsigned HasVar : 1; variable
188 unsigned HasVar : 1; variable
206 unsigned HasVar : 1; variable