Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp239 auto IsConstType = [&S](const VarDecl *VD) -> bool { in CheckConstant() local
261 VD && VD->hasGlobalStorage() && !IsConstType(VD)) { in CheckConstant()