Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4306 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local
4307 if (!visitDeclStmt(CondDecl)) in visitIfStmt()
4350 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitWhileStmt() local
4351 if (!visitDeclStmt(CondDecl)) in visitWhileStmt()
4422 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitForStmt() local
4423 if (!visitDeclStmt(CondDecl)) in visitForStmt()
4540 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitSwitchStmt() local
4541 if (!visitDeclStmt(CondDecl)) in visitSwitchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5016 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() argument
5021 if (CondDecl && !EvaluateDecl(Info, CondDecl)) in EvaluateCond()