Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5124 static bool CheckLocalVariableDeclaration(EvalInfo &Info, const VarDecl *VD) { in CheckLocalVariableDeclaration() function
5248 if (!CheckLocalVariableDeclaration(Info, VD)) in EvaluateStmt()
5294 if (VD && !CheckLocalVariableDeclaration(Info, VD)) in EvaluateStmt()