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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp441 VarDecl *ConditionVar = 0; local
443 ConditionVar = cast<VarDecl>(CondVar);
444 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
461 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
571 VarDecl *ConditionVar = 0; local
573 ConditionVar = cast<VarDecl>(CondVar);
574 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
650 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
1169 VarDecl *ConditionVar = 0; local
1171 ConditionVar
1545 VarDecl *ConditionVar = 0; local
[all...]
H A DSemaExprCXX.cpp2424 ExprResult Sema::CheckConditionVariable(VarDecl *ConditionVar, argument
2427 if (ConditionVar->isInvalidDecl())
2430 QualType T = ConditionVar->getType();
2435 return ExprError(Diag(ConditionVar->getLocation(),
2437 << ConditionVar->getSourceRange());
2439 return ExprError(Diag(ConditionVar->getLocation(),
2441 << ConditionVar->getSourceRange());
2446 ConditionVar,
2448 ConditionVar->getLocation(),
2449 ConditionVar
[all...]
H A DTreeTransform.h5414 VarDecl *ConditionVar = 0; local
5416 ConditionVar
5421 if (!ConditionVar)
5456 ConditionVar == S->getConditionVariable() &&
5461 return getDerived().RebuildIfStmt(S->getIfLoc(), FullCond, ConditionVar,
5471 VarDecl *ConditionVar = 0; local
5473 ConditionVar
5478 if (!ConditionVar)
5490 ConditionVar);
5509 VarDecl *ConditionVar local
5586 VarDecl *ConditionVar = 0; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4202 ExprResult CheckConditionVariable(VarDecl *ConditionVar,

Completed in 256 milliseconds