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 444 VarDecl *ConditionVar = 0;
446 ConditionVar = cast<VarDecl>(CondVar);
447 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
464 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
574 VarDecl *ConditionVar = 0;
576 ConditionVar = cast<VarDecl>(CondVar);
577 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
653 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
    [all...]
TreeTransform.h     [all...]

Completed in 29 milliseconds