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

/external/clang/lib/Sema/
H A DSemaStmt.cpp393 VarDecl *ConditionVar = 0; local
395 ConditionVar = cast<VarDecl>(CondVar);
396 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
413 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
523 VarDecl *ConditionVar = 0; local
525 ConditionVar = cast<VarDecl>(CondVar);
526 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
605 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
1123 VarDecl *ConditionVar = 0; local
1125 ConditionVar
1399 VarDecl *ConditionVar = 0; local
[all...]
H A DTreeTransform.h5210 VarDecl *ConditionVar = 0; local
5212 ConditionVar
5217 if (!ConditionVar)
5252 ConditionVar == S->getConditionVariable() &&
5257 return getDerived().RebuildIfStmt(S->getIfLoc(), FullCond, ConditionVar,
5267 VarDecl *ConditionVar = 0; local
5269 ConditionVar
5274 if (!ConditionVar)
5286 ConditionVar);
5305 VarDecl *ConditionVar local
5382 VarDecl *ConditionVar = 0; local
[all...]
H A DSemaExprCXX.cpp2252 ExprResult Sema::CheckConditionVariable(VarDecl *ConditionVar, argument
2255 QualType T = ConditionVar->getType();
2260 return ExprError(Diag(ConditionVar->getLocation(),
2262 << ConditionVar->getSourceRange());
2264 return ExprError(Diag(ConditionVar->getLocation(),
2266 << ConditionVar->getSourceRange());
2271 ConditionVar,
2273 ConditionVar->getLocation(),
2274 ConditionVar->getType().getNonReferenceType(),
/external/clang/include/clang/Sema/
H A DSema.h3738 ExprResult CheckConditionVariable(VarDecl *ConditionVar,

Completed in 98 milliseconds