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

  /external/clang/lib/Sema/
SemaStmt.cpp 283 VarDecl *ConditionVar = 0;
285 ConditionVar = cast<VarDecl>(CondVar);
286 CondResult = CheckConditionVariable(ConditionVar, IfLoc, true);
315 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr,
426 VarDecl *ConditionVar = 0;
428 ConditionVar = cast<VarDecl>(CondVar);
429 CondResult = CheckConditionVariable(ConditionVar, SourceLocation(), false);
462 SwitchStmt *SS = new (Context) SwitchStmt(Context, ConditionVar, Cond);
875 VarDecl *ConditionVar = 0;
877 ConditionVar = cast<VarDecl>(CondVar)
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 64 milliseconds