Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2222 const ValueDecl *BaseVD = Base.dyn_cast<const ValueDecl*>(); in CheckLValueConstantExpression() local
2235 isa_and_nonnull<LifetimeExtendedTemporaryDecl>(BaseVD)) in CheckLValueConstantExpression()
2250 if (auto *FD = dyn_cast_or_null<FunctionDecl>(BaseVD); in CheckLValueConstantExpression()
2264 << IsReferenceType << !Designator.Entries.empty() << !!BaseVD in CheckLValueConstantExpression()
2265 << BaseVD; in CheckLValueConstantExpression()
2266 auto *VarD = dyn_cast_or_null<VarDecl>(BaseVD); in CheckLValueConstantExpression()
2296 if (BaseVD) { in CheckLValueConstantExpression()
2297 if (const VarDecl *Var = dyn_cast<const VarDecl>(BaseVD)) { in CheckLValueConstantExpression()
2322 if (const auto *FD = dyn_cast<const FunctionDecl>(BaseVD)) { in CheckLValueConstantExpression()
2373 << !Designator.Entries.empty() << !!BaseVD << BaseVD; in CheckLValueConstantExpression()