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

References

tools/clang/lib/Sema/SemaChecking.cpp
10666   Constant = Constant->IgnoreParenImpCasts();
10666   Constant = Constant->IgnoreParenImpCasts();
10676   if (Constant->getType()->isEnumeralType() &&
10677       S.Context.hasSameUnqualifiedType(Constant->getType(), Other->getType()))
10716   if (InRange && IsEnumConstOrFromMacro(S, Constant))
10722   if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Constant))
10731                Constant->IgnoreParenImpCasts())) {
10753             << OS.str() << classifyConstantValue(Constant) << OtherT