OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConditionVar
(Results
1 - 2
of
2
) 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
...]
TreeTransform.h
[
all
...]
Completed in 305 milliseconds