Home
last modified time | relevance | path

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

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