Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2138 const ValueDecl *BaseVD = Base.dyn_cast<const ValueDecl*>(); in CheckLValueConstantExpression() local
2151 isa_and_nonnull<LifetimeExtendedTemporaryDecl>(BaseVD)) in CheckLValueConstantExpression()
2166 if (auto *FD = dyn_cast_or_null<FunctionDecl>(BaseVD)) { in CheckLValueConstantExpression()
2181 << IsReferenceType << !Designator.Entries.empty() << !!BaseVD in CheckLValueConstantExpression()
2182 << BaseVD; in CheckLValueConstantExpression()
2183 auto *VarD = dyn_cast_or_null<VarDecl>(BaseVD); in CheckLValueConstantExpression()
2213 if (BaseVD) { in CheckLValueConstantExpression()
2214 if (const VarDecl *Var = dyn_cast<const VarDecl>(BaseVD)) { in CheckLValueConstantExpression()
2239 if (const auto *FD = dyn_cast<const FunctionDecl>(BaseVD)) { in CheckLValueConstantExpression()
2290 << !Designator.Entries.empty() << !!BaseVD << BaseVD; in CheckLValueConstantExpression()