Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmt.cpp929 bool HasVar = Var != nullptr; IfStmt() local
951 IfStmt(EmptyShell Empty,bool HasElse,bool HasVar,bool HasInit) IfStmt() argument
963 bool HasVar = Var != nullptr; Create() local
973 CreateEmpty(const ASTContext & Ctx,bool HasElse,bool HasVar,bool HasInit) CreateEmpty() argument
1059 bool HasVar = Var != nullptr; SwitchStmt() local
1074 SwitchStmt(EmptyShell Empty,bool HasInit,bool HasVar) SwitchStmt() argument
1085 bool HasVar = Var != nullptr; Create() local
1093 CreateEmpty(const ASTContext & Ctx,bool HasInit,bool HasVar) CreateEmpty() argument
1125 bool HasVar = Var != nullptr; WhileStmt() local
1138 WhileStmt(EmptyShell Empty,bool HasVar) WhileStmt() argument
1147 bool HasVar = Var != nullptr; Create() local
1154 CreateEmpty(const ASTContext & Ctx,bool HasVar) CreateEmpty() argument
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp204 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; VisitIfStmt() local
235 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; VisitSwitchStmt() local
260 bool HasVar = S->getConditionVariableDeclStmt() != nullptr; VisitWhileStmt() local
H A DASTReaderStmt.cpp225 bool HasVar = CurrentUnpackingBits->getNextBit(); VisitIfStmt() local
249 bool HasVar = Record.readInt(); VisitSwitchStmt() local
280 bool HasVar = Record.readInt(); VisitWhileStmt() local
2960 bool HasVar = IfStmtBits.getNextBit(); ReadStmtFromStream() local
[all...]