Home
last modified time | relevance | path

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