Home
last modified time | relevance | path

Searched defs:ConditionVar (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp162 static const bool ConditionVar = 1; variable
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4022 ActOnConditionVariable(Decl * ConditionVar,SourceLocation StmtLoc,ConditionKind CK) ActOnConditionVariable() argument
4033 CheckConditionVariable(VarDecl * ConditionVar,SourceLocation StmtLoc,ConditionKind CK) CheckConditionVariable() argument
[all...]
H A DTreeTransform.h4359 VarDecl *ConditionVar = cast_or_null<VarDecl>( TransformCondition() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h7311 Decl *ConditionVar; global() variable
7317 ConditionResult(Sema & S,Decl * ConditionVar,FullExprArg Condition,bool IsConstexpr) ConditionResult() argument