Home
last modified time | relevance | path

Searched defs: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
4350 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitWhileStmt() local
4422 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitForStmt() local
4540 if (const DeclStmt *CondDecl = S->getConditionVariableDeclStmt()) in visitSwitchStmt() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5016 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond()