Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp586 unsigned CondVar = this->allocateLocalPrimitive(Cond, CondT, true, false); in visitSwitchStmt() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2281 void setConditionVariableDeclStmt(DeclStmt *CondVar) { in setConditionVariableDeclStmt()
2518 void setConditionVariableDeclStmt(DeclStmt *CondVar) { in setConditionVariableDeclStmt()
2686 void setConditionVariableDeclStmt(DeclStmt *CondVar) { in setConditionVariableDeclStmt()
2817 void setConditionVariableDeclStmt(DeclStmt *CondVar) { in setConditionVariableDeclStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2024 if (const Stmt *CondVar = S->getConditionVariableDeclStmt()) in VisitSwitchStmt() local