Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp195 if (const DeclStmt *CondDecl = IS->getConditionVariableDeclStmt()) in visitIfStmt() local
196 if (!visitDeclStmt(CondDecl)) in visitIfStmt()
/external/clang/lib/AST/
DExprConstant.cpp3437 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() argument
3440 if (CondDecl && !EvaluateDecl(Info, CondDecl)) in EvaluateCond()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp4842 static bool EvaluateCond(EvalInfo &Info, const VarDecl *CondDecl, in EvaluateCond() argument
4847 if (CondDecl && !EvaluateDecl(Info, CondDecl)) in EvaluateCond()