Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConditionVar

2205 ExprResult Sema::CheckConditionVariable(VarDecl *ConditionVar,
2208 QualType T = ConditionVar->getType();
2213 return ExprError(Diag(ConditionVar->getLocation(),
2215 << ConditionVar->getSourceRange());
2217 return ExprError(Diag(ConditionVar->getLocation(),
2219 << ConditionVar->getSourceRange());
2224 ConditionVar,
2226 ConditionVar->getLocation(),
2227 ConditionVar->getType().getNonReferenceType(),