Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp195 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local
196 if (!visitDeclStmt(CondDecl)) in visitIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4847 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() argument
4852 if (CondDecl && !EvaluateDecl(Info, CondDecl)) in EvaluateCond()