Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2215 const ValueDecl *BaseVD = Base.dyn_cast<const ValueDecl*>(); in CheckLValueConstantExpression() local
2228 isa_and_nonnull<LifetimeExtendedTemporaryDecl>(BaseVD)) in CheckLValueConstantExpression()
2243 if (auto *FD = dyn_cast_or_null<FunctionDecl>(BaseVD); in CheckLValueConstantExpression()
2257 << IsReferenceType << !Designator.Entries.empty() << !!BaseVD in CheckLValueConstantExpression()
2258 << BaseVD; in CheckLValueConstantExpression()
2259 auto *VarD = dyn_cast_or_null<VarDecl>(BaseVD); in CheckLValueConstantExpression()
2289 if (BaseVD) { in CheckLValueConstantExpression()
2290 if (const VarDecl *Var = dyn_cast<const VarDecl>(BaseVD)) { in CheckLValueConstantExpression()
2315 if (const auto *FD = dyn_cast<const FunctionDecl>(BaseVD)) { in CheckLValueConstantExpression()
2366 << !Designator.Entries.empty() << !!BaseVD << BaseVD; in CheckLValueConstantExpression()