HomeSort by relevance Sort by last modified time
    Searched defs:ConditionVar (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaStmt.cpp 430 VarDecl *ConditionVar = 0;
432 ConditionVar = cast<VarDecl>(CondVar);
433 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
450 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
560 VarDecl *ConditionVar = 0;
562 ConditionVar = cast<VarDecl>(CondVar);
563 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
641 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
    [all...]
TreeTransform.h     [all...]

Completed in 33 milliseconds