Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2131 const ValueDecl *BaseVD = Base.dyn_cast<const ValueDecl*>(); in CheckLValueConstantExpression() local
2144 isa_and_nonnull<LifetimeExtendedTemporaryDecl>(BaseVD)) in CheckLValueConstantExpression()
2159 if (auto *FD = dyn_cast_or_null<FunctionDecl>(BaseVD)) { in CheckLValueConstantExpression()
2208 if (BaseVD) { in CheckLValueConstantExpression()
2209 if (const VarDecl *Var = dyn_cast<const VarDecl>(BaseVD)) { in CheckLValueConstantExpression()
2221 if (const auto *FD = dyn_cast<const FunctionDecl>(BaseVD)) { in CheckLValueConstantExpression()
2272 << !Designator.Entries.empty() << !!BaseVD << BaseVD; in CheckLValueConstantExpression()