Home
last modified time | relevance | path

Searched refs:CondDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5398 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local
5399 if (!visitDeclStmt(CondDecl)) in visitIfStmt()
5470 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitWhileStmt() local
5471 if (!visitDeclStmt(CondDecl)) in visitWhileStmt()
5550 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitForStmt() local
5551 if (!visitDeclStmt(CondDecl)) in visitForStmt()
5678 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitSwitchStmt() local
5679 if (!visitDeclStmt(CondDecl)) in visitSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5282 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() argument
5287 if (CondDecl && !EvaluateDecl(Info, CondDecl)) in EvaluateCond()
5291 if (!MaybeEvaluateDeferredVarDeclInit(Info, CondDecl)) in EvaluateCond()