reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
13610   EvalInfo Info(Ctx, EStatus, VD->isConstexpr()
13613   Info.setEvaluatingDecl(VD, Value);
13616   SourceLocation DeclLoc = VD->getLocation();
13617   QualType DeclTy = VD->getType();
13621     switch (InterpCtx.evaluateAsInitializer(Info, VD, Value)) {
13635   LVal.set(VD);
13641   if (Ctx.getLangOpts().CPlusPlus && !VD->hasLocalStorage() &&