Searched refs:ConditionVar (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp447 VarDecl *ConditionVar = 0; local
449 ConditionVar = cast<VarDecl>(CondVar);
450 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
467 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
577 VarDecl *ConditionVar = 0; local
579 ConditionVar = cast<VarDecl>(CondVar);
580 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
658 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
1176 VarDecl *ConditionVar = 0; local
1178 ConditionVar
1452 VarDecl *ConditionVar = 0; local
[all...]
H A DSemaExprCXX.cpp2275 ExprResult Sema::CheckConditionVariable(VarDecl *ConditionVar, argument
2278 if (ConditionVar->isInvalidDecl())
2281 QualType T = ConditionVar->getType();
2286 return ExprError(Diag(ConditionVar->getLocation(),
2288 << ConditionVar->getSourceRange());
2290 return ExprError(Diag(ConditionVar->getLocation(),
2292 << ConditionVar->getSourceRange());
2297 ConditionVar,
2299 ConditionVar->getLocation(),
2300 ConditionVar
[all...]
H A DTreeTransform.h5283 VarDecl *ConditionVar = 0; local
5285 ConditionVar
5290 if (!ConditionVar)
5325 ConditionVar == S->getConditionVariable() &&
5330 return getDerived().RebuildIfStmt(S->getIfLoc(), FullCond, ConditionVar,
5340 VarDecl *ConditionVar = 0; local
5342 ConditionVar
5347 if (!ConditionVar)
5359 ConditionVar);
5378 VarDecl *ConditionVar local
5455 VarDecl *ConditionVar = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4005 ExprResult CheckConditionVariable(VarDecl *ConditionVar,

Completed in 367 milliseconds